ensure permissions let np. and new. redirects work
This commit is contained in:
parent
d504ef268c
commit
bc54bb53d9
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Old Reddit Redirect",
|
||||
"description": "Ensure Reddit always loads the old design",
|
||||
"version": "1.0.1",
|
||||
"version": "1.1.0",
|
||||
"manifest_version": 2,
|
||||
"background": {"scripts":["background.js"]},
|
||||
"icons": {
|
||||
|
@ -12,6 +12,8 @@
|
|||
"webRequest",
|
||||
"webRequestBlocking",
|
||||
"*://reddit.com/*",
|
||||
"*://www.reddit.com/*"
|
||||
"*://www.reddit.com/*",
|
||||
"*://np.reddit.com/*",
|
||||
"*://new.reddit.com/*"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue