VK Prometheus - Приватный прометей ВКонтакте

VK Prometheus - Приватный прометей ВКонтакте

Данное дополнение позволит Вам поставить на свою страницу значок прометея (огонек).

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_ex_name__",
  "short_name": "__MSG_ex_shortname__",
  "description": "__MSG_ex_description__",
  "default_locale": "ru",
  "version": "1.3.0",
  "permissions": [
    "storage",
    "*://*.vk.com/*",
    "*://vk.com/*"
  ],
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "64": "img/icon64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.vk.com/*",
        "*://vk.com/*"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "__MSG_ex_name__",
    "default_icon": "img/icon64.png"
  },
  "web_accessible_resources": [
    "js/core.js",
    "img/*.png"
  ]
}