Examine source code of Yandex.Mail notifier

Inspect and view changes in Yandex.Mail notifier source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "version": "4.2.2resigned1",
  "name": "__MSG_ext_name__",
  "description": "__MSG_ext_description__",
  "default_locale": "en",
  "author": "Alexander Ivantsov <alex@ivantsov.me>",
  "icons": {
    "16": "assets/icon.png",
    "32": "assets/icon.png",
    "48": "assets/icon.png",
    "128": "assets/icon.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "assets/icon-disabled.png",
      "38": "assets/icon-disabled.png"
    },
    "default_title": "__MSG_popup_title__",
    "default_popup": "pages/popup.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      }
    }
  },
  "background": {
    "page": "pages/background.html"
  },
  "offline_enabled": false,
  "permissions": [
    "*://*/*",
    "cookies",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "alarms",
    "notifications"
  ],
  "applications": {
    "gecko": {
      "id": "jid0-vsitoD18LSTi4VQGGLCVmIoJSsU@jetpack",
      "strict_min_version": "53.0"
    }
  },
  "options_ui": {
    "page": "pages/settings.html"
  }
}