VK status notification

VK status notification

Displays a notification when the changing status of the specified user VK. You can specify multiple users

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "0.2.3",
  "default_locale": "ru",
  "background": {
    "persistent": false,
    "scripts": [
      "utils.js",
      "bg.js"
    ]
  },
  "permissions": [
    "notifications",
    "https://api.vk.com/*",
    "http://*.vk.me/*",
    "https://*.vk.me/*",
    "http://*.vk.com/*",
    "https://*.vk.com/*",
    "background",
    "storage",
    "alarms",
    "tabs"
  ],
  "options_page": "options.html",
  "icons": {
    "96": "128.jpg",
    "128": "128.jpg"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_icon": {
      "19": "128.jpg",
      "38": "128.jpg"
    }
  }
}