mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 12:50:36 +01:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "canvasblocker",
|
|
"title": "CanvasBlocker",
|
|
"id": "CanvasBlocker@kkapsner.de",
|
|
"description": "Blocks the JS-API for modifying <canvas>",
|
|
"preferences": [
|
|
{
|
|
"name": "whiteList",
|
|
"title": "White list",
|
|
"description": "Domains where the <canvas>-API should not be blocked. To add multiple domains seperate them by comma.",
|
|
"type": "string",
|
|
"value": "kkapsner.de"
|
|
},
|
|
{
|
|
"name": "blockAll",
|
|
"title": "Block everything",
|
|
"description": "If you want to block everything (ignore the white list).",
|
|
"type": "bool",
|
|
"value": false
|
|
},
|
|
{
|
|
"name": "blackList",
|
|
"title": "Black list",
|
|
"description": "Domains where the <canvas>-API should always be blocked. To add multiple domains seperate them by comma.",
|
|
"type": "string",
|
|
"value": ""
|
|
},
|
|
{
|
|
"name": "askPermission",
|
|
"title": "Ask for permission",
|
|
"description": "If you want to be asked if you want to block a canvas element if the domain is neither in the white or black list.",
|
|
"type": "bool",
|
|
"value": true
|
|
}
|
|
],
|
|
"author": "Korbinian Kapsner",
|
|
"license": "MPL 2.0",
|
|
"version": "0.1",
|
|
"permissions": {"private-browsing": true}
|
|
}
|