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

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

Classic dark theme for Vkontakte. Switch VK to dark mode and back in one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Темная тема для ВК | Dark theme for VK",
  "short_name": "Темная тема для ВК",
  "description": "Дополнение изменяет стандартный дизайн социальной сети ВКонтакте со светлого на темный.",
  "version": "3.4.0",
  "author": "Light Alex",
  "homepage_url": "https://addons.lightalex.com/#darkvk",
  "icons": {
    "48": "icons/48.png",
    "64": "icons/64.png",
    "128": "icons/128.png",
    "256": "icons/256.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/popup_dark_16.png",
      "24": "icons/popup_dark_24.png",
      "32": "icons/popup_dark_32.png"
    }
  },
  "background": {
    "scripts": [
      "files/script/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "*://vk.com/*",
    "*://*.vk.com/*",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://vk.com/*",
        "*://*.vk.com/*"
      ],
      "js": [
        "files/script/styles.js",
        "files/script/inject.js",
        "files/script/inject-feed.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5a87a431-47c5-4ccf-96dc-228c87d2d146}"
    }
  }
}