AOL Reader Notifier

AOL Reader Notifier

Checks AOL Reader for the number of unread items

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AOL Reader Notifier",
  "author": "LateTide",
  "version": "1.0.6",
  "manifest_version": 2,
  "description": "Checks AOL Reader for the number of unread items",
  "offline_enabled": false,
  "options_page": "options.html",
  "background": {
    "scripts": [
      "aolreaderchecker.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "readerIcon19.png",
    "default_title": "AOL Reader Notifier"
  },
  "icons": {
    "16": "readerIcon16.png",
    "48": "readerIcon48.png",
    "128": "readerIcon128.png"
  },
  "permissions": [
    "alarms",
    "https://reader.aol.com/",
    "https://api.screenname.aol.com/auth/authorize",
    "identity",
    "storage",
    "notifications"
  ]
}