ensure permissions let np. and new. redirects work

This commit is contained in:
Tom Watson 2018-05-03 15:14:04 +02:00
parent d504ef268c
commit bc54bb53d9
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "Old Reddit Redirect", "name": "Old Reddit Redirect",
"description": "Ensure Reddit always loads the old design", "description": "Ensure Reddit always loads the old design",
"version": "1.0.1", "version": "1.1.0",
"manifest_version": 2, "manifest_version": 2,
"background": {"scripts":["background.js"]}, "background": {"scripts":["background.js"]},
"icons": { "icons": {
@ -12,6 +12,8 @@
"webRequest", "webRequest",
"webRequestBlocking", "webRequestBlocking",
"*://reddit.com/*", "*://reddit.com/*",
"*://www.reddit.com/*" "*://www.reddit.com/*",
"*://np.reddit.com/*",
"*://new.reddit.com/*"
] ]
} }