Yandex Image Search (Yandex.com)

Yandex Image Search (Yandex.com)

This extension adds a context menu option for selected image in order to find it on Yandex.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "version": "0.0.1",
  "permissions": [
    "contextMenus"
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "icons": {
    "128": "icon128.png"
  }
}