Панель Яндекс-Сервисов

Панель Яндекс-Сервисов

Панель Яндекс-сервисов для доступа к наиболее распространённым сервисам Яндекс. В настройках можно выбрать необходимые сервисы.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Панель Яндекс-Сервисов",
  "version": "2.0.13",
  "description": "Панель Яндекс-сервисов для доступа к наиболее распространённым сервисам Яндекс. В настройках можно выбрать необходимые сервисы.",
  "icons": {
    "16": "icons/yandex16.png",
    "32": "icons/yandex32.png",
    "48": "icons/yandex48.png",
    "128": "icons/yandex128.png"
  },
  "content_security_policy": "img-src * data:; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval'; object-src 'self' 'unsafe-eval'; frame-src 'self' https://money.yandex.ru",
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/content_script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_icon": "icons/yandex48.png",
    "default_title": "Яндекс-Панель",
    "default_popup": "popup.html"
  },
  "options_page": "settings.html",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}