2023-01-23 11:03:31 +01:00

30 lines
618 B
JSON

{
"name": "ExampleTheme",
"description": "Matomo Platform showcase: example of how to create a simple Theme.",
"version": "0.1.0",
"theme": true,
"require": {
"piwik": ">=3.0.0-b1,<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": ""
}
]
}