summaryrefslogtreecommitdiffstats
path: root/addon_chrome/whyrejectme/manifest.json
blob: bc9b227cde70f41c70f4bd652b8c556fab142920 (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.2",
   "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"
   }
}