-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathplugin.json
More file actions
31 lines (31 loc) · 889 Bytes
/
plugin.json
File metadata and controls
31 lines (31 loc) · 889 Bytes
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
{
"name": "AnonymousPiwikUsageMeasurement",
"version": "5.0.2",
"description": "Send anonymized usage data to your own Matomo instance or to any other Matomo",
"theme": false,
"keywords": [
"usage",
"tracking",
"measurement",
"matomo",
"piwik"
],
"license": "GPL v3+",
"homepage": "https:\/\/matomo.org",
"require": {
"matomo": ">=5.0.0-b1,<6.0.0-b1"
},
"support": {
"issues": "https://github.com/matomo-org/plugin-AnonymousPiwikUsageMeasurement/issues",
"forum": "https://forum.matomo.org",
"source": "https://github.com/matomo-org/plugin-AnonymousPiwikUsageMeasurement"
},
"authors": [
{
"name": "Matomo",
"email": "hello@matomo.org",
"homepage": "https:\/\/matomo.org"
}
],
"category": "integration"
}