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

29 lines
678 B
JSON
Raw Permalink Normal View History

2020-05-20 10:41:04 +02:00
{
"name": "ProfileAvatar",
"description": "Show a random avatar on the Visitor Profile",
2023-07-22 23:25:08 +02:00
"version": "0.2.0",
2020-05-20 10:41:04 +02:00
"theme": false,
"require": {
2023-07-22 23:25:08 +02:00
"matomo": ">=5.0.0-b1,<6.0.0-b1"
2020-05-20 10:41:04 +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-ProfileAvatar/issues",
"forum": "https://forum.matomo.org",
"source": "https://github.com/Findus23/plugin-ProfileAvatar"
},
"homepage": "https://lw1.at",
"license": "GPL v3+",
"keywords": [
"Visitor Profile",
"profile picture"
]
}