{ "name": "canvasblocker", "title": "CanvasBlocker", "id": "CanvasBlocker@kkapsner.de", "description": "Blocks the JS-API for modifying to prevent Canvas-Fingerprinting.", "preferences": [ { "name": "whiteList", "title": "White list", "type": "string", "value": "kkapsner.de" }, { "name": "blackList", "title": "Black list", "type": "string", "value": "" }, { "name": "blockMode", "title": "block mode", "type": "menulist", "value": "fakeReadout", "options": [ { "value": "blockReadout", "label": "block readout API" }, { "value": "fakeReadout", "label": "fake readout API" }, { "value": "allowEverything", "label": "allow everything" } ] }, { "name": "showNotifications", "title": "Show notifications", "type": "bool", "value": true }, { "name": "ignoreList", "title": "Ignore list", "type": "string", "value": "" } ], "main": "lib/main.js", "author": "Korbinian Kapsner", "license": "MPL 2.0", "version": "0.1.9-Development", "permissions": {"private-browsing": true} }