Спрашивай ВК

Спрашивай ВК

Расширение для приложения Спрашивай VK http://vk.com/asknime

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "web_accessible_resources": [
    "logo.png"
  ],
  "browser_action": {
    "default_icon": "gmail_not_logged_in.png",
    "default_popup": "popup.html"
  },
  "description": "Расширение для приложения Спрашивай VK http://vk.com/asknime",
  "icons": {
    "128": "icon_128.png"
  },
  "name": "Спрашивай ВК",
  "permissions": [
    "alarms",
    "cookies",
    "webNavigation",
    "notifications",
    "*://*.sprasivaivk.ru/*",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "jquery.js",
        "content.js"
      ]
    }
  ],
  "version": "2.1.0",
  "manifest_version": 2
}