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

plugin.json « ExampleRssWidget « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 67750222876bed0b06c8ffe03e026919ce4cfab7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "ExampleRssWidget",
    "description": "Piwik Platform showcase: how to create a new widget that displays a user submitted RSS feed.",
    "version": "1.0",
    "keywords": ["example", "feed", "widget"],
    "homepage": "http://piwik.org",
    "license": "GPL v3+",
    "authors": [
        {
            "name": "Piwik",
            "email": "hello@piwik.org",
            "homepage": "http://piwik.org"
        }
    ]
}