-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
32 lines (32 loc) · 854 Bytes
/
plugin.json
File metadata and controls
32 lines (32 loc) · 854 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
32
{
"name": "Enhancements",
"description": "A modular and lightweight matomo plugin to easily enhance various workflows and aspects of the application while replacing multiple plugins doing it, and saving you time, effort (and money) along the way.",
"version": "0.1.3",
"theme": false,
"require": {
"matomo": ">=5.0.0-b1,<6.0.0-b1",
"php": ">=8.2"
},
"authors": [
{
"name": "t@pm3pp3 w0rk (Patrick Meppe)",
"email": "development@tapmeppe.work",
"homepage": "https://tapmeppe.work"
}
],
"support": {
"email": "development@tapmeppe.work",
"issues": "https://github.com/tapmeppework/matomo-enhancements/issues"
},
"homepage": "https://github.com/tapmeppework/matomo-enhancements",
"license": "GPL v3+",
"keywords": [
"tapmeppe",
"tapmeppework",
"matomo",
"login",
"password reset",
"tracker",
"user agent"
]
}