From dd56b9f10dcef46af2c29baf848a171f385fdb90 Mon Sep 17 00:00:00 2001 From: SSyl Date: Wed, 11 Sep 2019 15:01:44 -0500 Subject: [PATCH] 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. --- manifest.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index f4b0c1d..4bf3273 100644 --- a/manifest.json +++ b/manifest.json @@ -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/*" ] }