-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplugin.json
38 lines (38 loc) · 1.28 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
29
30
31
32
33
34
35
36
37
38
{
"name": "DisableTracking",
"description": "Disable tracking for specific sites without removing the tracking code or losing the data.",
"version": "main",
"theme": false,
"require": {
"piwik": ">=3.0.0,<6.0.0",
"php": ">=5.6.0"
},
"authors": [
{
"name": "Lipperts WEB",
"email": "[email protected]",
"homepage": "https://lipperts-web.de"
}
],
"support": {
"email": "incoming+lipperts-web-piwik-plugin-disabletracking-148-issue-@git.lipperts-web.de",
"issues": "https://lw-scm.de/lipperts-web/piwik-plugin-disabletracking/-/issues",
"forum": "",
"irc": "",
"wiki": "",
"source": "https://lw-scm.de/lipperts-web/piwik-plugin-disabletracking/-/tree/master",
"docs": "https://lw-scm.de/lipperts-web/piwik-plugin-disabletracking/-/blob/master/src/docs/index.md",
"rss": ""
},
"homepage": "https://lw-scm.de/lipperts-web/piwik-plugin-disabletracking",
"license": "GPL v3+",
"keywords": [
"disable",
"tracking",
"site"
],
"donate": {
"paypal": "[email protected]",
"bitcoin": "bc1qazl4f33efawycf76xesdc9pvz3w3px4plaa20p"
}
}