diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2019-12-12 15:06:56 +0000 |
---|---|---|
committer | Einar Egilsson <einar@einaregilsson.com> | 2019-12-12 15:06:56 +0000 |
commit | 8ca4e7c6f7b9465b8dafdf8798bf609f9764ea0e (patch) | |
tree | 201383674a4804372b3db6fc9080af9bfb4656a7 /manifest.json | |
parent | f118bd6bc5752d2e35fd6ca4dd1723607b33454a (diff) |
Added HistoryState type redirect
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/manifest.json b/manifest.json index 560d4c8..65adf92 100644 --- a/manifest.json +++ b/manifest.json @@ -15,6 +15,7 @@ "permissions": [ "webRequest", "webRequestBlocking", + "webNavigation", "storage", "tabs", "http://*/*", @@ -51,38 +52,38 @@ "default_popup": "popup.html", "theme_icons": [ { - "light": "images/icon-light-theme-16.png", - "dark": "images/icon-dark-theme-16.png", + "dark": "images/icon-light-theme-16.png", + "light": "images/icon-dark-theme-16.png", "size": 16 }, { - "light": "images/icon-light-theme-19.png", - "dark": "images/icon-dark-theme-19.png", + "dark": "images/icon-light-theme-19.png", + "light": "images/icon-dark-theme-19.png", "size": 19 }, { - "light": "images/icon-light-theme-32.png", - "dark": "images/icon-dark-theme-32.png", + "dark": "images/icon-light-theme-32.png", + "light": "images/icon-dark-theme-32.png", "size": 32 }, { - "light": "images/icon-light-theme-38.png", - "dark": "images/icon-dark-theme-38.png", + "dark": "images/icon-light-theme-38.png", + "light": "images/icon-dark-theme-38.png", "size": 38 }, { - "light": "images/icon-light-theme-48.png", - "dark": "images/icon-dark-theme-48.png", + "dark": "images/icon-light-theme-48.png", + "light": "images/icon-dark-theme-48.png", "size": 48 }, { - "light": "images/icon-light-theme-64.png", - "dark": "images/icon-dark-theme-64.png", + "dark": "images/icon-light-theme-64.png", + "light": "images/icon-dark-theme-64.png", "size": 64 }, { - "light": "images/icon-light-theme-128.png", - "dark": "images/icon-dark-theme-128.png", + "dark": "images/icon-light-theme-128.png", + "light": "images/icon-dark-theme-128.png", "size": 128 } ] |