{ "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": "askReadout", "label": "ask for readout API permission" }, { "value": "", "label": "" }, { "value": "blockEverything", "label": "block everything" }, { "value": "block", "label": "allow only white list" }, { "value": "ask", "label": "ask for permission" }, { "value": "allow", "label": "block only black list" }, { "value": "allowEverything", "label": "allow everything" } ] }, { "name": "askOnlyOnce", "title": "Ask only once", "type": "bool", "value": true }, { "name": "showNotifications", "title": "Show notifications", "type": "bool", "value": true }, { "name": "ignoreList", "title": "Ignore list", "type": "string", "value": "" }, { "name": "showCallingFile", "title": "Display calling file", "type": "bool", "value": false }, { "name": "showCompleteCallingStack", "title": "Display complete calling stack", "type": "bool", "value": false } ], "main": "lib/main.js", "author": "Korbinian Kapsner", "license": "MPL 2.0", "version": "0.2.0-Release", "permissions": {"private-browsing": true} }