-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
plugin.json
executable file
·28 lines (28 loc) · 1.02 KB
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "ReferrersManager",
"version": "5.0.1",
"description": "Allows to view and manage the search engines and social networks that Matomo is able to detect.",
"keywords": ["referrer","search","engine","social"],
"license": "GPL v3+",
"homepage": "https://github.com/sgiehl/piwik-plugin-ReferrersManager",
"require": {
"matomo": ">=5.0.0-b1,<6.0.0-b1"
},
"support": {
"email": "[email protected]",
"issues": "https://github.com/sgiehl/piwik-plugin-ReferrersManager/issues",
"wiki": "https://github.com/sgiehl/piwik-plugin-ReferrersManager/issues",
"source": "https://github.com/sgiehl/piwik-plugin-ReferrersManager/issues"
},
"authors": [
{
"name": "Stefan Giehl",
"email": "[email protected]",
"homepage": "https://github.com/sgiehl"
}
],
"donate": {
"paypal": "[email protected]",
"flattr": "https://flattr.com/thing/3787742/sgiehlpiwik-plugin-ReferrersManager-on-GitHub"
}
}