theming/matomo/plugin.json
2026-02-02 10:32:55 +01:00

24 lines
674 B
JSON

{
"name": "GTheme",
"description": "A mimimal Matomo theme",
"version": "0.0.3",
"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"
}
]
}