Disabling vk-away.php

Disabling vk-away.php

The extension allows you to open links that VK considers doubtful.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_manifest_name__",
  "short_name": "__MSG_manifest_short_name__",
  "description": "__MSG_manifest_description__",
  "version": "0.0.4",
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_title": "__MSG_manifest_title__",
    "default_icon": "icons/icon128.png"
  },
  "icons": {
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://vk.com/*",
        "*://*.vk.com/*"
      ],
      "js": [
        "js/content_script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "contextMenus"
  ],
  "manifest_version": 3,
  "default_locale": "ru"
}