VK Online

VK Online

Momentary notifications about the new PM and online status changes of your friends in VK social network

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "2.4.4",
  "description": "__MSG_extDescription__",
  "default_locale": "ru",
  "icons": {
    "16": "pic/icon16.png",
    "48": "pic/icon48.png",
    "128": "pic/icon128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_icon": "pic/icon19.png",
    "default_title": "__MSG_extName__"
  },
  "background": {
    "scripts": [
      "js/counter.js",
      "js/settings.js",
      "js/utils.js",
      "js/background.js"
    ]
  },
  "offline_enabled": false,
  "options_page": "options.html",
  "minimum_chrome_version": "22",
  "permissions": [
    "alarms",
    "background",
    "notifications",
    "storage",
    "tabs",
    "unlimitedStorage",
    "*://*.userapi.com/*",
    "*://*.vk.me/*",
    "*://*.vk.me/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.vk.com/*"
      ],
      "js": [
        "js/contentscript.js"
      ]
    }
  ]
}