summaryrefslogtreecommitdiffstats
path: root/not_cloudflare/whyrejectme/manifest.json
blob: 8d50e3b995f39e633e8db51b9d1f0dfd5335bc87 (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
{
   "manifest_version": 2,
   "name": "Which website rejected me?",
   "description": "Your website rejected me, but I know I'm going to be okay.",
   "version": "1.0.0",
   "author": "Maslin Bossé",
   "permissions": [
      "webRequest",
      "<all_urls>"
   ],
   "icons": {
      "32": "icons/32.png"
   },
   "background": {
      "scripts": [
         "bg.js"
      ]
   },
   "options_ui": {
      "browser_style": false,
      "open_in_tab": true,
      "page": "log.html"
   },
   "applications": {
      "gecko": {
         "id": "urejectme@searxes.danwin1210.me",
         "strict_min_version": "56.0"
      }
   }
}