Merge pull request #20 from SSyl/patch-1

Remove pay.reddit.com from permissions
This commit is contained in:
Tom Watson 2019-09-12 08:23:24 +02:00 committed by GitHub
commit 09a84edfc5
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/*"
] ]
} }