{ "manifest_version": 2, "name": "Are links vulnerable to MITM attack?", "description": "Find problematic links", "version": "1.0.25.5", "homepage_url": "http://crimeflare.eu.org/", "author": "Crimeflare", "permissions": [ "storage", "unlimitedStorage", "webRequest", "" ], "icons": { "72": "icons/72.png" }, "background": { "scripts": [ "bg.js" ] }, "content_scripts": [ { "matches": [ "http://*/*", "https://*/*" ], "js": [ "cs.js" ], "run_at": "document_end" } ], "options_ui": { "browser_style": true, "page": "cfg.html" }, "applications": { "gecko": { "id": "ismm@addon.crimeflare.eu.org", "strict_min_version": "91.0", "update_url": "https://git.disroot.org/dCF/deCloudflare/raw/branch/master/addons/releases/firefox_update.json" } } }