Картинки для диалогов ВК

Картинки для диалогов ВК

Быстрый поиск и вставка картинок прямо внутри диалогов ВКонтакте!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "images/icon48.png",
    "default_title": "Картинки для диалогов ВК"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/common.js"
      ],
      "matches": [
        "https://vk.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Быстрый поиск и вставка картинок прямо внутри диалогов ВКонтакте!",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "60.0.0.0",
  "name": "Картинки для диалогов ВК",
  "short_name": "ВК картинки",
  "version": "0.5",
  "permissions": [
    "https://www.google.ru/"
  ]
}