Erinome RSS

Erinome RSS

RSS reader, a modded port of 'Smart RSS' for Opera by Martin Kadlec

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "51.0"
    }
  },
  "background": {
    "page": "index.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/reload_anim_1.png"
    },
    "default_title": "Erinome RSS"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "chromeos": "Ctrl+Shift+R",
        "linux": "Ctrl+Shift+R",
        "mac": "Command+Shift+R",
        "windows": "Ctrl+Shift+R"
      }
    }
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'unsafe-eval';",
  "description": "RSS reader, a modded port of 'Smart RSS' for Opera by Martin Kadlec",
  "icons": {
    "19": "images/icon19-arrow-orange.png",
    "48": "images/48-inverted-round.png",
    "64": "images/64-inverted-round.png",
    "96": "images/96-inverted-round.png",
    "128": "images/128-inverted-round.png"
  },
  "manifest_version": 2,
  "name": "Erinome RSS",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "unlimitedStorage",
    "alarms",
    "notifications"
  ],
  "version": "1.0.4",
  "web_accessible_resources": [
    "libs/jquery.min.js",
    "libs/underscore.min.js",
    "libs/backbone.min.js",
    "libs/backbone.indexDB.js",
    "images/icon16_v2.png"
  ]
}