theming/plugin.json
2020-10-31 15:58:12 +02:00

24 lines
686 B
JSON

{
"name": "GTheme",
"description": "A Matomo theme based on gugulet.hu",
"version": "0.0.1",
"theme": true,
"require": {
"piwik": ">=4.0.0-b1,<5.0.0-b1"
},
"stylesheet": "stylesheets/theme.less",
"javascript": "javascripts/theme.js",
"homepage": "https://gugulet.hu",
"license": "GPL v3+",
"keywords": ["Custom", "Minimal"],
"support": {
"issues": "https://github.com/gugulet-hu/matomo-g-theme/issues",
"source": "https://github.com/gugulet-hu/matomo-g-theme"
},
"authors": [
{
"name": "g*",
"homepage": "https://gugulet.hu"
}
]
}