summaryrefslogtreecommitdiffstats
path: root/addon_chrome/whyrejectme/manifest.json
blob: e93c3f707bfc41df745f0651d32436e8e0f7d174 (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
{
   "manifest_version": 2,
   "name": "Which website rejected me?",
   "version": "1.0.3",
   "minimum_chrome_version": "60",
   "homepage_url": "https://codeberg.org/crimeflare/cloudflare-tor",
   "author": "Daniel J. Schreiber",
   "incognito": "split",
   "permissions": [
      "webRequest",
      "<all_urls>"
   ],
   "icons": {
      "32": "icons/32.png"
   },
   "background": {
      "scripts": [
         "bg.js"
      ]
   },
   "options_ui": {
      "open_in_tab": true,
      "page": "log.html"
   }
}