diff options
Diffstat (limited to 'addons/code')
-rw-r--r-- | addons/code/ismitmlink/manifest.json | 45 |
1 files changed, 45 insertions, 0 deletions
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", + "<all_urls>" + ], + "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 |