1
0
Fork 0
mirror of https://github.com/Findus23/matomo-darktheme.git synced 2024-08-27 19:52:16 +02:00
matomo-darktheme/plugin.json

30 lines
574 B
JSON

{
"name": "DarkTheme",
"description": "A dark theme for Matomo",
"version": "0.1.0",
"theme": true,
"require": {
"piwik": ">=3.6.1-rc1,<4.0.0-b1"
},
"stylesheet": "stylesheets/theme.less",
"homepage": "",
"license": "GPL v3+",
"keywords": [],
"support": {
"email": "",
"issues": "",
"forum": "",
"irc": "",
"source": "",
"docs": "",
"wiki": "",
"rss": ""
},
"authors": [
{
"name": "",
"email": "",
"homepage": ""
}
]
}