summaryrefslogtreecommitdiffstats
path: root/addon_firefox/ismitmlink/manifest.json
blob: f503ce2c17f5a9a81eb4c6f993dd40aff3370286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
   "manifest_version": 2,
   "name": "Ĉu ligoj estas vundeblaj al MITM-atako?",
   "description": "Skanu FQDN uzante la API de Searxes",
   "version": "1.0.14.1",
   "homepage_url": "https://codeberg.org/crimeflare/cloudflare-tor",
   "author": "Maslin Bossé",
   "permissions": [
      "storage",
      "unlimitedStorage"
   ],
   "icons": {
      "32": "icons/32.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": "60.0",
         "update_url":"https://api.searxes.eu.org/_/addon.php?for=ismitmlink"
      }
   }
}