-
Notifications
You must be signed in to change notification settings - Fork 10
/
plugin.json
35 lines (35 loc) · 963 Bytes
/
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
{
"name": "MatomoCustomOptOut",
"version": "3.0.3",
"description": "Create your own opt-out iframe css styles",
"keywords": [
"Opt-Out",
"CSS"
],
"theme": false,
"license": "GPL-3.0+",
"homepage": "https:\/\/www.zwei-entwickler.de",
"require": {
"matomo": ">=5.0.0-b1,<6.0.0-b1",
"php": ">=7.2.5"
},
"donate": {
"paypal": "[email protected]"
},
"support": {
"issues": "https://github.com/Zeichen32/PiwikCustomOptOut/issues",
"source": "https://github.com/Zeichen32/PiwikCustomOptOut/"
},
"authors": [
{
"name": "Jens Averkamp",
"email": "[email protected]",
"homepage": "https:\/\/github.com\/Zeichen32"
},
{
"name": "Sven Motz",
"email": "[email protected]",
"homepage": "https:\/\/github.com\/xMysteriox"
}
]
}