Стартовая и поиск Hi.Ru

Стартовая и поиск Hi.Ru

Быстрый доступ к поиску и другим сервисам Hi.ru.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Стартовая и поиск Hi.Ru",
  "description": "Быстрый доступ к поиску и другим сервисам Hi.ru.",
  "version": "0.1",
  "manifest_version": 2,
  "update_url": "http://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "chrome_settings_overrides": {
    "homepage": "http://hi.ru",
    "startup_pages": [
      "http://hi.ru"
    ],
    "search_provider": {
      "encoding": "UTF-8",
      "favicon_url": "http://hi.ru/search.ico",
      "is_default": true,
      "keyword": "hi.ru",
      "name": "Hi.Ru",
      "search_url": "http://hi.ru/search/?q={searchTerms}"
    }
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  }
}