AliAssist - smart shopping assistant

AliAssist - smart shopping assistant

AliAssist: Shop with AI. Track Price History, Find Fake Reviews, Avoid Bad Sellers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "16": "res/icons/icon-16.png",
      "32": "res/icons/favicon-32x32.png",
      "38": "res/icons/icon-38.png",
      "48": "res/icons/icon-48.png",
      "128": "res/icons/icon-128.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_appName__"
  },
  "background": {
    "service_worker": "scripts/service_worker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "scripts/content-script.js"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "scripts/content-script-anti-scam.js",
        "scripts/content-script-shutaf.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    },
    {
      "all_frames": false,
      "js": [
        "scripts/content-script-ecommerce.js"
      ],
      "matches": [
        "https://*.aliexpress.com/*",
        "https://*.aliexpress.us/*",
        "https://*.aliexpress.ru/*",
        "https://*.aliexpress.co.il/*",
        "https://*.ebay.com/*",
        "https://*.ebay.com.au/*",
        "https://*.ebay.at/*",
        "https://*.ebay.ca/*",
        "https://*.ebay.fr/*",
        "https://*.ebay.de/*",
        "https://*.ebay.com.hk/*",
        "https://*.ebay.ie/*",
        "https://*.ebay.it/*",
        "https://*.ebay.com.my/*",
        "https://*.ebay.nl/*",
        "https://*.ebay.ph/*",
        "https://*.ebay.pl/*",
        "https://*.ebay.com.sg/*",
        "https://*.ebay.es/*",
        "https://*.ebay.ch/*",
        "https://*.ebay.co.uk/*",
        "https://*.amazon.com/*",
        "https://*.amazon.com.au/*",
        "https://*.amazon.com.br/*",
        "https://*.amazon.ca/*",
        "https://*.amazon.cn/*",
        "https://*.amazon.fr/*",
        "https://*.amazon.de/*",
        "https://*.amazon.in/*",
        "https://*.amazon.it/*",
        "https://*.amazon.co.jp/*",
        "https://*.amazon.com.mx/*",
        "https://*.amazon.nl/*",
        "https://*.amazon.sa/*",
        "https://*.amazon.sg/*",
        "https://*.amazon.es/*",
        "https://*.amazon.com.tr/*",
        "https://*.amazon.ae/*",
        "https://*.amazon.co.uk/*",
        "https://*.amazon.eg/*",
        "https://*.amazon.co.il/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {},
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "res/icons/icon-16.png",
    "32": "res/icons/favicon-32x32.png",
    "38": "res/icons/icon-38.png",
    "48": "res/icons/icon-48.png",
    "128": "res/icons/icon-128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "tabs",
    "storage"
  ],
  "short_name": "__MSG_appNameShort__",
  "version": "6.7.2",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}