VK Hotkeys

VK Hotkeys

Расширение VK Hotkeys для Google Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "web_accessible_resources": [
    "/js/functions.js",
    "/js/jquery.js",
    "/js/shortcuts.js",
    "/js/hotkeys.js",
    "manifest.json"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Расширение VK Hotkeys для Google Chrome.",
  "name": "VK Hotkeys",
  "permissions": [
    "http://*.vk.com/*",
    "storage"
  ],
  "options_page": "/pages/options.html",
  "minimum_chrome_version": "20",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.vk.com/*"
      ],
      "js": [
        "/js/shortcuts.js",
        "/js/jquery.js",
        "/js/hotkeys.js"
      ],
      "run_at": "document_start",
      "css": []
    }
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "version": "1.1.6"
}