VKtoggler

VKtoggler

Easy extension to work with several VK.com-profiles for one web-browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VKtoggler",
  "short_name": "VKT",
  "version": "1.1.3",
  "manifest_version": 2,
  "description": "__MSG_mdesc__",
  "author": "D1w.4",
  "default_locale": "en",
  "background": {
    "scripts": [
      "main.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/16.png",
    "default_title": "VKtoggler",
    "default_popup": "data/templates/popup.html"
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "cookies",
    "tabs",
    "*://*.vk.com/*",
    "http://api.vkontakte.ru/"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}