-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
29 lines (29 loc) · 732 Bytes
/
plugin.json
File metadata and controls
29 lines (29 loc) · 732 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
{
"name": "SegmentAuthorization",
"description": "This plugin allows you to decide which users can create segments based on their status: user, admin, super user.",
"version": "0.1.0",
"theme": false,
"require": {
"matomo": ">=4.13.0,<6.0.0-b1"
},
"authors": [
{
"name": "Ronan Chardonneau",
"email": "",
"homepage": ""
}
],
"support": {
"email": "",
"issues": "",
"forum": "",
"irc": "",
"wiki": "",
"source": "",
"docs": "",
"rss": ""
},
"homepage": "https://github.com/Chardonneaur/SegmentAuthorization",
"license": "GPL v3+",
"keywords": ["segment"]
}