Yandex — Homepage

Yandex — Homepage

Quick access to our search engine and other Yandex services

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "manifest_version": 2,
  "permissions": [
    "unlimitedStorage",
    "http://*/*",
    "https://*/*",
    "cookies",
    "tabs"
  ],
  "default_locale": "ru",
  "background": {
    "scripts": [
      "background/backend.js"
    ]
  },
  "web_accessible_resources": [
    "logo/*",
    "includes/*"
  ],
  "icons": {
    "16": "logo/ru/16.png",
    "48": "logo/ru/48.png",
    "128": "logo/ru/128.png"
  },
  "chrome_settings_overrides": {
    "homepage": "https://yandex.ru?clid=2224022",
    "startup_pages": [
      "https://yandex.ru?clid=2224022"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "19": "logo/browser_action/ru/19.png",
      "38": "logo/browser_action/ru/38.png"
    }
  },
  "applications": {
    "gecko": {
      "strict_min_version": "56.0a1",
      "id": "[email protected]"
    }
  },
  "version": "8.23.3resigned1"
}