theming/plugin.json
2020-01-17 14:54:39 +01:00

30 lines
641 B
JSON

{
"name": "Google Analytics Theme",
"description": "Bring Google Analytics Colors to Matomo",
"version": "0.1.0",
"theme": true,
"require": {
"piwik": ">=3.7.0,<4.0.0-b1"
},
"stylesheet": "stylesheets/theme.less",
"homepage": "https://ronan-hello.fr",
"license": "GPL v3+",
"keywords": [
"theme",
"google",
"analytics"
],
"support": {
"email": "contact@ronan-hello.fr",
"issues": "",
"forum": "https://forum.matomo.org",
"source": ""
},
"authors": [
{
"name": "Ronan HELLO",
"email": "contact@ronan-hello.fr",
"homepage": "https://ronan-hello.fr"
}
]
}