VK Wallpaper

VK Wallpaper

Пользоватльские темы и обои для ВК

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "REDIZIT",
  "manifest_version": 2,
  "name": "VK Wallpaper",
  "version": "1.1.0",
  "background": {
    "scripts": [
      "js/functions.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html",
    "default_title": "Обои для ВК"
  },
  "content_scripts": [
    {
      "matches": [
        "*://vk.com/*"
      ],
      "js": [
        "js/functions.js",
        "js/script.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "Пользоватльские темы и обои для ВК",
  "permissions": [
    "storage"
  ],
  "icons": {
    "256": "img/icon.png"
  },
  "web_accessible_resources": [
    "vk_styles.css",
    "img/vignettingEffect.jpg",
    "fonts/GeosansLight.ttf"
  ]
}