VK Newses Monitor

VK Newses Monitor

This extension shows in the popup your newsfeed updates from VK account.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "default_locale": "en",
  "name": "__MSG_extName__",
  "version": "1.51",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "res/vk16.png",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "libs/vk_token.js",
      "libs/vk.js",
      "js/VKUser.js",
      "js/badge.js",
      "js/News.js",
      "js/background.js"
    ]
  },
  "permissions": [
    "webNavigation",
    "https://api.vk.com/*",
    "https://vk.com/*",
    "http://*.vk.me/*",
    "storage",
    "alarms",
    "tabs",
    "notifications"
  ],
  "icons": {
    "16": "res/vk16.png",
    "48": "res/vk48.png",
    "128": "res/vk128.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+V"
      }
    }
  }
}