Темы Вконтакте

Темы Вконтакте

Уникальное и яркое оформление странички Вконтакте, темы на любой вкус и цвет!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*.vk.com/*",
        "*://ext-vkstyle.top/*",
        "*://*/*"
      ]
    }
  ],
  "default_locale": "ru",
  "description": "__MSG_EVKSExtensionDescription__",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "manifest_version": 2,
  "name": "Темы Вконтакте",
  "page_action": {
    "default_icon": "images/128.png",
    "default_title": "__MSG_EVKS__",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "*://*.vk.com/*",
    "*://ext-vkstyle.top/*"
  ],
  "version": "1.1",
  "content_security_policy": "script-src 'self' https://ext-vkstyle.top; object-src 'self'"
}