From a8431c33023b2b6bcf67d94c89bfb3c8adfa1053 Mon Sep 17 00:00:00 2001 From: Anonymous <108809-anonymous@users.noreply.framagit.org> Date: Fri, 24 Jun 2022 23:22:24 +0000 Subject: [PATCH] Replace manifest.json --- addons/code/ismm/manifest.json | 46 +++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/addons/code/ismm/manifest.json b/addons/code/ismm/manifest.json index 3cf20d57b0..8387f1822b 100644 --- a/addons/code/ismm/manifest.json +++ b/addons/code/ismm/manifest.json @@ -1 +1,45 @@ -- \ No newline at end of file +{ + "manifest_version": 2, + "name": "\u0108u ligoj estas vundeblaj al MITM-atako?", + "description": "Skanu FQDN uzante la API", + "version": "1.0.25.3", + "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" + } + } +} \ No newline at end of file