feader rss reader

feader rss reader

Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "feader rss reader",
  "version": "1.1.0.4",
  "manifest_version": 2,
  "description": "Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "background": {
    "scripts": [
      "launcher.js"
    ]
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "icon-19.png"
  },
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'",
  "permissions": [
    "tabs",
    "notifications",
    "http://*/*",
    "https://*/*"
  ]
}