-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.json
36 lines (36 loc) · 1.05 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
{
"name": "DevicePixelRatio",
"description": "Collects statistics on the device pixel ratio of the visitor's devices. Useful to analyze how many visitors have Retina or other high DPI displays.",
"version": "2.0.1",
"theme": false,
"require": {
"matomo": ">=4.0.0-b1,<6.0.0-b1"
},
"archive": {
"exclude": [
"\/tracker.js"
]
},
"authors": [
{
"name": "Johannes Singler",
"email": "[email protected]",
"homepage": ""
}
],
"donate": {
"paypal": "[email protected]",
"flattr": "",
"bitcoin": ""
},
"support": {
"issues": "https://github.com/johsin18/DevicePixelRatioMatomoPlugin/issues",
"wiki": "https://github.com/johsin18/DevicePixelRatioMatomoPlugin/wiki",
"source": "https://github.com/johsin18/DevicePixelRatioMatomoPlugin"
},
"homepage": "",
"license": "GPL-3.0+",
"keywords": [
"Retina", "high DPI", "high resolution", "hires", "hi-res", "device pixel ratio"
]
}