Merge pull request #20 from SSyl/patch-1
Remove pay.reddit.com from permissions
This commit is contained in:
commit
09a84edfc5
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Old Reddit Redirect",
|
||||
"description": "Ensure Reddit always loads the old design",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"manifest_version": 2,
|
||||
"background": {"scripts":["background.js"]},
|
||||
"icons": {
|
||||
|
@ -14,7 +14,6 @@
|
|||
"*://reddit.com/*",
|
||||
"*://www.reddit.com/*",
|
||||
"*://np.reddit.com/*",
|
||||
"*://new.reddit.com/*",
|
||||
"*://pay.reddit.com/*"
|
||||
"*://new.reddit.com/*"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue