Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ExampleTracker/plugin.json')
-rw-r--r--plugins/ExampleTracker/plugin.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/ExampleTracker/plugin.json b/plugins/ExampleTracker/plugin.json
new file mode 100644
index 0000000000..36dcc32096
--- /dev/null
+++ b/plugins/ExampleTracker/plugin.json
@@ -0,0 +1,13 @@
+{
+ "name": "ExampleTracker",
+ "version": "0.1.0",
+ "description": "A plugin that shows how to track additional data",
+ "theme": false,
+ "authors": [
+ {
+ "name": "Piwik",
+ "email": "",
+ "homepage": ""
+ }
+ ]
+} \ No newline at end of file