mirror of
https://github.com/Findus23/plugin-QuickExcludeVisitorIP.git
synced 2024-09-08 03:03:46 +02:00
28 lines
716 B
JSON
28 lines
716 B
JSON
{
|
|
"name": "QuickExcludeVisitorIP",
|
|
"description": "Adds a button to Visitor Profile to quickly add them to the list of ignored IPs",
|
|
"version": "0.2.0",
|
|
"theme": false,
|
|
"require": {
|
|
"matomo": ">=5.0.0-b1,<6.0.0-b1"
|
|
},
|
|
"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"
|
|
]
|
|
}
|