Start Page — Yandex

Start Page — Yandex

Quick access to our search engine and other Yandex services

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "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"
  },
  "minimum_chrome_version": "35",
  "chrome_settings_overrides": {
    "homepage": "https://yandex.ru?clid=2163430",
    "startup_pages": [
      "https://yandex.ru?clid=2163430&startextchrome=8-24-9"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "logo/browser_action/ru/19.png",
      "38": "logo/browser_action/ru/38.png"
    }
  },
  "version": "8.24.9"
}