diff manifest.json.in @ 10:ff5e5e3eba32

Implement feed subscription for web-based feed readers Add options page for configuring web-based feed readers which allow for subscribing to feeds via GET requests. Track tabs containing feed previews and inject a content script which retrieves the configured feed readers and keeps them in sync.
author Guido Berhoerster <guido+feed-preview@berhoerster.name>
date Fri, 07 Dec 2018 23:00:41 +0100
parents c271192aac9d
children 38b20de704a0
line wrap: on
line diff
--- a/manifest.json.in	Tue Nov 27 16:05:14 2018 +0100
+++ b/manifest.json.in	Fri Dec 07 23:00:41 2018 +0100
@@ -17,6 +17,7 @@
         "96": "icons/feed-preview-96.png"
     },
     "permissions": [
+        "storage",
         "tabs",
         "http://*/*",
         "https://*/*",
@@ -42,5 +43,9 @@
         "default_icon": "icons/feed-preview.svg",
         "default_title": "Feeds",
         "default_popup": "popup/feed-selection.html"
+    },
+    "options_ui": {
+        "page": "options/options.html",
+        "browser_style": true
     }
 }