aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
blob: 06ca42a8559acfba1e41393dff415107ce094cf1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{

  "manifest_version": 2,
  "name": "Redirector",
  "version": "3.0",

  "permissions" : ["webRequest", "webRequestBlocking", "storage", "http://*/*", "https://*/*"],
  "applications": {
    "gecko": {
      "id": "redirector@einaregilsson.com"
    }
  },

 "background": {
    "scripts": ["js/background.js"],
    "persistent": true
  }
}