-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
27 lines (27 loc) · 829 Bytes
/
plugin.json
File metadata and controls
27 lines (27 loc) · 829 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
{
"name": "OpenmostTheme",
"description": "Enhance your Matomo experience with Openmost design",
"version": "5.0.3",
"theme": true,
"require": {
"matomo": ">=5.0.0-stable,<6.0.0-b1"
},
"stylesheet": "stylesheets\/theme.less",
"homepage": "https://openmost.io/products/matomo-openmost-theme/",
"license": "GPL v3+",
"keywords": [
"Openmost Theme", "openmost", "blue", "modern", "fancy", "design", "ui", "ux"
],
"support": {
"email": "ronan@openmost.io",
"issues": "https://github.com/openmost/OpenmostTheme/issues",
"source": "https://github.com/openmost/OpenmostTheme"
},
"authors": [
{
"name": "Openmost",
"email": "ronan@openmost.io",
"homepage": "https://openmost.io"
}
]
}