AliAssist: shopping assistant

AliAssist: shopping assistant

Find the lowest price, trusted sellers and similar products for your purchases. Download high quality ad images.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "0.0.0.33",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "index.bundle.js",
        "searchByImage.bundle.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {},
  "background": {
    "service_worker": "background.bundle.js"
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/aliAssist.png",
        "images/mercado-livre-logo.png",
        "images/local.png",
        "bootstrap-5.0.2-dist/css/bootstrap.min.css",
        "styles/calculator.css",
        "bootstrap-5.0.2-dist/js/bootstrap.bundle.min.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "default_locale": "en"
}