-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathplugin.json
More file actions
25 lines (25 loc) · 835 Bytes
/
plugin.json
File metadata and controls
25 lines (25 loc) · 835 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
{
"name": "CustomAlerts",
"description": "Create custom Alerts to be notified of important changes on your website or app! ",
"version": "5.2.4",
"require": {
"matomo": ">=5.0.0-b1,<6.0.0-b1"
},
"authors": [
{
"name": "Matomo",
"email": "hello@matomo.org",
"homepage": "https://matomo.org"
}
],
"support": {
"issues": "https://github.com/matomo-org/plugin-CustomAlerts/issues",
"forum": "https://forum.matomo.org",
"source": "https://github.com/matomo-org/plugin-CustomAlerts",
"wiki": "https://github.com/matomo-org/plugin-CustomAlerts/wiki"
},
"license": "GPL v3+",
"keywords": ["alerts", "notification", "report", "monitoring"],
"homepage": "https://matomo.org",
"category": "database"
}