iFeed

iFeed

Simple RSS feed reader

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "iFeed",
  "short_name": "iFeed",
  "description": "__MSG_appDescription__",
  "default_locale": "ja",
  "version": "1.5.1",
  "minimum_chrome_version": "25",
  "icons": {
    "16": "assets/icon_16.png",
    "128": "assets/icon_128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "http://*/",
    "https://*/"
  ],
  "app": {
    "background": {
      "scripts": [
        "background/libs/js/jquery-2.1.1.min.js",
        "background/js/models/i18n.js",
        "background/js/models/messenger.js",
        "background/js/models/storage.js",
        "background/js/models/config.js",
        "background/js/models/layout.js",
        "background/js/models/feed.js",
        "background/js/dispatcher.js",
        "background/js/main.js"
      ]
    }
  }
}