OLX Assistant

OLX Assistant

Допоможе вам у пошуку на сайті

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "OLX Assistant",
  "short_name": "OLX Assistant",
  "description": "Допоможе вам у пошуку на сайті",
  "version": "0.6",
  "manifest_version": 3,
  "icons": {
    "16": "icon/icon16.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png"
  },
  "action": {
    "default_title": "OLX Assistant settings",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.olx.ua/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/content.js"
      ],
      "css": [
        "style/style.css"
      ]
    }
  ]
}