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

29 lines
716 B
JSON
Raw Normal View History

2020-02-21 21:46:39 +01:00
{
"name": "QuickExcludeVisitorIP",
"description": "Adds a button to Visitor Profile to quickly add them to the list of ignored IPs",
2023-07-22 23:30:04 +02:00
"version": "0.2.0",
2020-02-21 21:46:39 +01:00
"theme": false,
"require": {
2023-07-22 23:30:04 +02:00
"matomo": ">=5.0.0-b1,<6.0.0-b1"
2020-02-21 21:46:39 +01:00
},
"authors": [
{
"name": "Lukas Winkler",
"email": "lukas@matomo.org",
"homepage": "https://lw1.at"
}
],
"support": {
"email": "lukas@matomo.org",
"issues": "https://github.com/Findus23/plugin-QuickExcludeVisitorIP/issues",
"forum": "https://forum.matomo.org",
"source": "https://github.com/Findus23/plugin-QuickExcludeVisitorIP"
},
"homepage": "https://lw1.at",
"license": "GPL v3+",
"keywords": [
"IP",
"ignore"
]
}