1
0
Fork 0
mirror of https://github.com/Findus23/plugin-LanguageToogle.git synced 2024-09-19 15:43:46 +02:00
plugin-LanguageToogle/plugin.json

26 lines
635 B
JSON
Raw Normal View History

2018-05-05 22:35:58 +02:00
{
"name": "LanguageToogle",
"description": "Quickly change the language of Matomo",
2023-08-29 21:47:33 +02:00
"version": "0.3.6",
2018-05-05 22:35:58 +02:00
"theme": false,
"require": {
2020-08-21 11:47:46 +02:00
"piwik": ">=4.0.0-b1,<5.0.0-b1"
2018-05-05 22:35:58 +02:00
},
"authors": [
{
"name": "Lukas Winkler",
"email": "lukas@matomo.org",
"homepage": "https://lw1.at"
}
],
"support": {
"email": "lukas@matomo.org",
"issues": "https://github.com/Findus23/plugin-LanguageToogle/issues",
"forum": "https://forum.piwik.org",
"source": "https://github.com/Findus23/plugin-LanguageToogle"
},
"homepage": "https://lw1.at",
"license": "GPL v3+",
"keywords": ["language"]
}