Mice 2012 profile info

Mice 2012 profile info

Display game profile on user's Vkontakte page and in friends list.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "manifest_version": 2,
  "background": {
    "page": "background.html"
  },
  "default_locale": "ru",
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "js/mice_vk.js"
      ],
      "matches": [
        "http://vk.com/*",
        "http://vkontakte.ru/*",
        "https://vk.com/*",
        "https://vkontakte.ru/*"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "http://vk.com/*",
    "https://vk.com/*",
    "http://vkontakte.ru/*",
    "https://vkontakte.ru/*",
    "http://92.243.67.106/*",
    "https://92.243.67.106/*",
    "http://vk.mice2012.ru/*",
    "https://vk.mice2012.ru/*",
    "tabs"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.5.1"
}