Помощник диагностики

Помощник диагностики

Расширение браузера, сервиса Диагностики

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "author": "__MSG_author__",
  "manifest_version": 2,
  "version": "3.0.18",
  "minimum_edge_version": "70.0.0.0",
  "icons": {
    "16": "diag-16.png",
    "24": "diag-24.png",
    "32": "diag-32.png",
    "36": "diag-36.png",
    "48": "diag-48.png",
    "64": "diag-64.png",
    "128": "diag-128.png"
  },
  "default_locale": "ru",
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "https://*.kontur.ru/*",
        "https://*.kontur-ca.ru/*",
        "https://*.kontur-extern.ru/*",
        "https://*.b-kontur.ru/*",
        "https://*.e-kontur.ru/*",
        "https://*.diadoc.ru/*",
        "https://*.kontur.host/*",
        "*://*.testkontur.ru/*",
        "*://*.kontur/*",
        "*://localhost/*",
        "file:///*"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "nativeMessaging",
    "tabs",
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}