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:
authorThomas Steur <thomas.steur@googlemail.com>2014-08-06 13:59:37 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-06 13:59:37 +0400
commite15509d62039d25f9955108650536cdbeca933d7 (patch)
tree0db207aeb9fe7372f5e932d5f7ed5d3abbc156fb /plugins/ExampleReport/plugin.json
parent3159815ea3e7229fc53729dbd04793b777e62aae (diff)
refs #5926 added missing files
Diffstat (limited to 'plugins/ExampleReport/plugin.json')
-rw-r--r--plugins/ExampleReport/plugin.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/ExampleReport/plugin.json b/plugins/ExampleReport/plugin.json
new file mode 100644
index 0000000000..92b90becb4
--- /dev/null
+++ b/plugins/ExampleReport/plugin.json
@@ -0,0 +1,13 @@
+{
+ "name": "ExampleReport",
+ "version": "0.1.0",
+ "description": "A plugin that shows how to define a report",
+ "theme": false,
+ "authors": [
+ {
+ "name": "Piwik",
+ "email": "",
+ "homepage": ""
+ }
+ ]
+} \ No newline at end of file