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:
authormattab <matthieu.aubry@gmail.com>2013-09-17 08:11:32 +0400
committermattab <matthieu.aubry@gmail.com>2013-09-18 03:25:05 +0400
commit5aa9eef454d97f8450aa0966755b8494e4ec064b (patch)
treed33671c70f98bb3dace03844fe606796069e28fa /plugins/ExampleUI/plugin.json
parent57a0bc0302bf62939fc7f5df35e14f8ebad0fcd3 (diff)
Fixes #4128 JSON files for Piwik plugins are now plugin.json
Diffstat (limited to 'plugins/ExampleUI/plugin.json')
-rw-r--r--plugins/ExampleUI/plugin.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/ExampleUI/plugin.json b/plugins/ExampleUI/plugin.json
new file mode 100644
index 0000000000..66c4611c54
--- /dev/null
+++ b/plugins/ExampleUI/plugin.json
@@ -0,0 +1,15 @@
+{
+ "name": "ExampleUI",
+ "description": "Example Plugin: This plugin showcases the Piwik User Interface framework, how to easily display custom data tables, graphs, and more.",
+ "version": "1.0",
+ "keywords": ["example", "framework", "platform", "ui", "visualization"],
+ "homepage": "http://piwik.org",
+ "license": "GPL-3.0+",
+ "authors": [
+ {
+ "name": "Piwik",
+ "email": "hello@piwik.org",
+ "homepage": "http://piwik.org"
+ }
+ ]
+} \ No newline at end of file