From e0905c2d3f75734a6837a11ef86123f63b9be03b Mon Sep 17 00:00:00 2001 From: ppoffice Date: Sun, 4 Oct 2020 00:21:30 -0400 Subject: [PATCH] feat(plugin): add statcounter analytics plugin --- include/schema/common/plugins.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/schema/common/plugins.json b/include/schema/common/plugins.json index fa046d2..b458060 100644 --- a/include/schema/common/plugins.json +++ b/include/schema/common/plugins.json @@ -45,6 +45,9 @@ }, "progressbar": { "$ref": "/plugin/progressbar.json" + }, + "statcounter": { + "$ref": "/plugin/statcounter.json" } } } \ No newline at end of file