I.UA Mail Checker

I.UA Mail Checker

Displays the number of unread messages in your I.UA Mailbox. You can also click the button to open your mailbox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_iuacheck_name__",
  "version": "1.3.4",
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "browser_action": {
    "default_title": ""
  },
  "default_locale": "ru",
  "description": "__MSG_iuacheck_description__",
  "icons": {
    "16": "checkerIUA_16.png",
    "48": "checkerIUA_48.png",
    "128": "checkerIUA_128.png"
  },
  "permissions": [
    "tabs",
    "http://*.i.ua/",
    "notifications"
  ],
  "options_page": "options.html"
}