diff --git a/manifest.json b/manifest.json index 5a9e883..d305eb8 100755 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,11 @@ { "name": "OpenNews", - "version": "0.11", + "version": "0.14", "manifest_version": 2, "description": "Get around the paywall for many news sites, and experience an open, free web.", "author": "Rushil Srivastava", "homepage_url": "https://rushilsrivastava.com/extensions/opennews/", + "update_url": "https://rushilsrivastava.com/extensions/opennews/updates.xml", "browser_action": { "default_icon": "icons/icon16.png", "default_popup": "src/html/popup.html" @@ -22,7 +23,7 @@ }, "content_scripts": [{ "matches": ["https://cooking.nytimes.com/*"], - "css": ["css/nyt.css"] + "css": ["src/css/nyt.css"] }], "permissions": [ "webRequest", diff --git a/css/material.min.css b/src/css/material.min.css similarity index 100% rename from css/material.min.css rename to src/css/material.min.css diff --git a/css/nyt.css b/src/css/nyt.css similarity index 100% rename from css/nyt.css rename to src/css/nyt.css diff --git a/src/html/popup.html b/src/html/popup.html index aefc0d5..f7174ee 100644 --- a/src/html/popup.html +++ b/src/html/popup.html @@ -1,34 +1,29 @@ - -
- - - - - - - - - - - - - + + + + + + +