-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathplugin.json
39 lines (39 loc) · 1.34 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
39
{
"name": "AjaxOptOut",
"description": "Provide endpoints to opt-out, opt-in or get status of visitors tracking. So you can implement a custom HTML, CSS and JS to realize custom-style tracking management.",
"version": "",
"theme": false,
"require": {
"piwik": ">=3.0.0,<5.0.0",
"php": ">=5.6.0"
},
"authors": [
{
"name": "Lipperts WEB",
"email": "info@lipperts-web.de",
"homepage": "https://lipperts-web.de"
}
],
"support": {
"email": "incoming+lipperts-web-piwik-ajax-opt-out-108-f1oh7ioy6ohhkbtnmyaki2blv-issue@git.lipperts-web.de",
"issues": "https://lw-scm.de/lipperts-web/piwik-ajax-opt-out/-/issues",
"forum": "",
"irc": "",
"wiki": "",
"source": "https://lw-scm.de/lipperts-web/piwik-ajax-opt-out/-/tree/master",
"docs": "https://lw-scm.de/lipperts-web/piwik-ajax-opt-out/-/tree/master/src/docs/index.md",
"rss": ""
},
"homepage": "https://lw-scm.de/lipperts-web/piwik-ajax-opt-out",
"license": "GPL v3+",
"keywords": [
"opt out",
"opt in",
"tracking",
"ajax"
],
"donate": {
"paypal": "info@lipperts-web.de",
"bitcoin": "3NCEC86WTBKSRjTdWqTvjh3VScx16hgsB2"
}
}