Feedbro

Feedbro

Advanced Feed Reader - Read news & blogs or any RSS/Atom/RDF source.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Feedbro",
  "version": "4.16.3",
  "manifest_version": 2,
  "default_locale": "en",
  "short_name": "Feedbro",
  "description": "Advanced Feed Reader - Read news & blogs or any RSS/Atom/RDF source.",
  "icons": {
    "16": "images/reader16.png",
    "48": "images/reader48.png",
    "128": "images/reader128.png"
  },
  "homepage_url": "https://nodetics.com/feedbro",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "tabs",
    "http://*/",
    "https://*/",
    "storage",
    "unlimitedStorage",
    "notifications",
    "webRequest",
    "webRequestBlocking"
  ],
  "browser_action": {
    "default_icon": "images/reader48.png",
    "default_title": "Feedbro",
    "default_popup": "mainmenu.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a9c2ad37-e940-4892-8dce-cd73c6cbbc0c}"
    }
  }
}