Темная тема ВК | Dark theme VK

Темная тема ВК | Dark theme VK

Темная тема для Вконтакте (Dark theme for Vkontakte)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Темная тема ВК | Dark theme VK",
  "description": "Темная тема для Вконтакте (Dark theme for Vkontakte)",
  "version": "1.6",
  "web_accessible_resources": [
    {
      "resources": [
        "dark.css",
        "icon.png",
        "icon.png",
        "index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://vk.com/*"
      ],
      "css": [
        "dark.css"
      ],
      "js": [
        "js.js"
      ]
    }
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  }
}