diff --git a/background.js b/background.js index 984f312..8b6b3ab 100644 --- a/background.js +++ b/background.js @@ -1,4 +1,4 @@ -const oldReddit = "http://old.reddit.com" +const oldReddit = "https://old.reddit.com" chrome.webRequest.onBeforeRequest.addListener( function(details) { diff --git a/manifest.json b/manifest.json index 4949c13..bb197e6 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.0.0", + "version": "1.0.1", "manifest_version": 2, "background": {"scripts":["background.js"]}, "icons": {