Remove pay.reddit.com from permissions

pay.reddit.com was removed as a redirect from background.js but the url was left in the permission. This commit removes that.
This commit is contained in:
SSyl 2019-09-11 15:01:44 -05:00 committed by GitHub
parent e400b88e4b
commit dd56b9f10d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 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.1.3", "version": "1.1.4",
"manifest_version": 2, "manifest_version": 2,
"background": {"scripts":["background.js"]}, "background": {"scripts":["background.js"]},
"icons": { "icons": {
@ -14,7 +14,6 @@
"*://reddit.com/*", "*://reddit.com/*",
"*://www.reddit.com/*", "*://www.reddit.com/*",
"*://np.reddit.com/*", "*://np.reddit.com/*",
"*://new.reddit.com/*", "*://new.reddit.com/*"
"*://pay.reddit.com/*"
] ]
} }