From de8be5d8ae82ce38741cbfd20d88e32148ddff14 Mon Sep 17 00:00:00 2001 From: cesar Date: Sun, 21 Mar 2021 23:58:50 +0100 Subject: Update 'addons/code/ismitmlink/manifest.json' --- addons/code/ismitmlink/manifest.json | 45 ++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 addons/code/ismitmlink/manifest.json (limited to 'addons/code') diff --git a/addons/code/ismitmlink/manifest.json b/addons/code/ismitmlink/manifest.json new file mode 100644 index 00000000..af3bd8cd --- /dev/null +++ b/addons/code/ismitmlink/manifest.json @@ -0,0 +1,45 @@ +{ + "manifest_version": 2, + "name": "Ĉu ligoj estas vundeblaj al MITM-atako?", + "description": "Skanu FQDN uzante la API", + "version": "1.0.23.1", + "homepage_url": "https://sercxi.nnpaefp7pkadbxxkhz2agtbv2a4g5sgo2fbmv3i7czaua354334uqqad.onion/", + "author": "Ss", + "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": "ismitmlink@searxes.danwin1210.me", + "strict_min_version": "78.0", + "update_url": "https://api.nnpaefp7pkadbxxkhz2agtbv2a4g5sgo2fbmv3i7czaua354334uqqad.onion/_/addon.php?for=ismitmlink" + } + } +} \ No newline at end of file -- cgit v1.2.3