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

plugin.json « ExampleUI « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6080c51abe5c65f91aebe8d3620bc7d511ab4b44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.1",
    "keywords": ["example", "framework", "platform", "ui", "visualization"],
    "homepage": "http://piwik.org",
    "license": "GPL v3+",
    "authors": [
        {
            "name": "Piwik",
            "email": "hello@piwik.org",
            "homepage": "http://piwik.org"
        }
    ]
}