Yandex Evolution

Yandex Evolution

Popular Russian search engine by Yandex (Яndex, Яндекс)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "author": "Savevur",
  "version": "1.5.61",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "icons": {
    "32": "icon/icon-32.png",
    "48": "icon/icon-48.png",
    "96": "icon/icon-96.png"
  },
  "browser_action": {
    "default_icon": {
      "32": "icon/icon-32.png",
      "48": "icon/icon-48.png",
      "96": "icon/icon-96.png"
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://yandex.eu/*"
  ],
  "background": {
    "scripts": [
      "js/timezone.js",
      "js/request_filter.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://yandex.by/*",
        "*://yandex.com/*",
        "*://yandex.com.tr/*",
        "*://yandex.kz/*",
        "*://yandex.ru/*",
        "*://ya.ru/*"
      ],
      "css": [
        "css/wallpaper.css",
        "css/font_family.css",
        "css/visual_effects.css"
      ],
      "js": [
        "js/ads.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://yandex.by/*",
        "*://yandex.com/*",
        "*://yandex.com.tr/*",
        "*://yandex.kz/*",
        "*://yandex.ru/*",
        "*://ya.ru/*"
      ],
      "css": [],
      "js": [
        "js/highlight.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://yandex.by/*",
        "*://yandex.com/*",
        "*://yandex.com.tr/*",
        "*://yandex.kz/*",
        "*://yandex.ru/*",
        "*://ya.ru/*"
      ],
      "css": [],
      "js": [
        "js/base_title.js",
        "js/domain.js",
        "js/favicon.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "css/*",
    "font/*",
    "icon/*",
    "js/*"
  ],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "__MSG_extensionName__",
      "favicon_url": "icon/icon-320.png",
      "search_form": "https://yandex.com",
      "search_url": "https://yandex.eu/search?text={searchTerms}",
      "suggest_url": "https://suggest.yandex.com/suggest-ff.cgi?part={searchTerms}",
      "keyword": [
        "0",
        "я",
        "z"
      ],
      "is_default": false,
      "encoding": "UTF-8"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f479fa23-7074-4c16-bca2-4fae263f7e5a}"
    }
  }
}