Path: blob/master/ClickIsTrusted-master/manifest.json
1634 views
{1"name": "ClickIsTrusted",2"version": "1.1.3",3"description": "The devil is in the devtools!",4"permissions": [5"debugger",6"activeTab",7"declarativeContent",8"https://*/*",9"http://*/*"10],11"background": {12"scripts": [13"background.js"14],15"persistent": false16},17"content_scripts": [18{19"matches": [20"https://*/*",21"http://*/*"22],23"js": [24"contentScript.js"25]26}27],28"browser_action": {29"default_icon": {30"16": "images/black_16.png",31"32": "images/black_32.png",32"48": "images/black.png",33"128": "images/black.png"34}35},36"icons": {37"16": "images/black_16.png",38"32": "images/black_32.png",39"48": "images/black.png",40"128": "images/black.png"41},42"manifest_version": 243}4445