X-notifier (for Gmail,Hotmail,Yahoo,AOL ...)

X-notifier (for Gmail,Hotmail,Yahoo,AOL ...)

Notifier for gmail, yahoo, hotmail, aol and more webmails. X-notifier(aka WebMail Notifier) checks your webmail accounts and notifies the number of unread emails... Supports : gmail, yahoo, hotmail, and more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "X-notifier (for Gmail™,Hotmail,Yahoo,AOL...)",
  "short_name": "X-notifier",
  "version": "4.2.23",
  "description": "__MSG_app_description__",
  "default_locale": "en",
  "browser_action": {
    "default_title": "__MSG_app_name__",
    "default_icon": "icon_no_msg.png",
    "default_popup": "popup.html",
    "browser_style": true
  },
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "background": {
    "page": "background.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "tabs",
    "notifications",
    "cookies",
    "storage",
    "http://*/",
    "https://*/",
    "https://mail.google.com/",
    "https://mail.yahoo.com/",
    "https://login.yahoo.com/",
    "webRequest",
    "webRequestBlocking",
    "contextMenus"
  ],
  "web_accessible_resources": [
    "icon_48.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{37fa1426-b82d-11db-8314-0800200c9a66}"
    }
  }
}