Yandex.Market Adviser

Yandex.Market Adviser

Find the best deals and save money

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "author": "ООО «Яндекс.Маркет»",
  "description": "__MSG_extDescription__",
  "version": "3.3.17.0",
  "manifest_version": 3,
  "default_locale": "ru",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "64": "64.png",
    "128": "128.png"
  },
  "background": {
    "service_worker": "script/background.min.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "script/content.min.js",
        "script/bundle.js"
      ],
      "all_frames": true
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "19": "19.png",
      "38": "38.png"
    }
  },
  "permissions": [
    "tabs",
    "cookies",
    "notifications",
    "webNavigation",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "options_page": "options.html"
}