Watcher for Yandex Mail™

Watcher for Yandex Mail™

Secure check new Yandex Mail™.

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_name__",
  "description": "__MSG_description__",
  "version": "2.30",
  "minimum_chrome_version": "28",
  "default_locale": "en",
  "icons": {
    "16": "c16.png",
    "48": "c48.png",
    "128": "c128.png"
  },
  "incognito": "split",
  "permissions": [
    "tabs",
    "*://*.yandex.com/",
    "*://*.yandex.by/",
    "*://*.yandex.kz/",
    "*://*.yandex.ru/",
    "*://*.yandex.com.tr/",
    "*://*.yandex.ua/",
    "storage",
    "unlimitedStorage",
    "notifications"
  ],
  "background": {
    "scripts": [
      "edition.js",
      "background.js",
      "encrypt.js"
    ],
    "persistent": true
  },
  "options_page": "options.xhtml",
  "browser_action": {
    "default_icon": {
      "19": "c19.png",
      "38": "c38.png"
    }
  },
  "author": "__MSG_author__"
}