Yandex Market Search

Yandex Market Search

Find the best deals and save money

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "js/selection.js"
      ],
      "matches": [
        "http://*/*"
      ]
    }
  ],
  "default_locale": "ru",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "options_page": "options.html",
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.0.3resigned1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{b74fa75f-25c2-407f-abc5-1cd818e8e547}"
    }
  }
}