-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
28 lines (28 loc) · 793 Bytes
/
plugin.json
File metadata and controls
28 lines (28 loc) · 793 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
{
"name": "DarkTheme",
"description": "A modern dark theme for Matomo",
"theme": true,
"version": "5.2.1",
"require": {
"matomo": ">=5.0.0-b1,<6.0.0-b1"
},
"stylesheet": "stylesheets\/theme.less",
"javascript": "javascripts\/theme.js",
"homepage": "https://openmost.io/products/matomo-dark-theme/",
"license": "GPL v3+",
"keywords": [
"Dark Theme", "Dark", "Modern", "Black"
],
"support": {
"email": "ronan@openmost.io",
"issues": "https://github.com/openmost/DarkTheme/issues",
"source": "https://github.com/openmost/DarkTheme"
},
"authors": [
{
"name": "Openmost",
"email": "ronan@openmost.io",
"homepage": "https://openmost.io"
}
]
}