Shoyu RSS/Atom Feed Updates

Shoyu RSS/Atom Feed Updates

Simple feed updater.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js",
      "us.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "shoyu-icon-128x128.png",
    "default_title": "Feeds",
    "default_popup": "popup.html"
  },
  "description": "Simple feed updater.",
  "icons": {
    "128": "shoyu-icon-128x128-no-unread.png"
  },
  "name": "Shoyu RSS/Atom Feed Updates",
  "options_page": "options.html",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "bookmarks",
    "tabs"
  ],
  "version": "1.0.4.5",
  "manifest_version": 2
}