AliWizard shopping assistant for Aliexpress

AliWizard shopping assistant for Aliexpress

The Best Helper ever for Aliexpress Shopaholics!

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "author": "Anton Yolhin",
  "description": "__MSG_description__",
  "version": "1.0.92",
  "default_locale": "en",
  "permissions": [
    "storage",
    "https://*.aliexpress.com/*",
    "https://tmall.ru/*",
    "https://*.pricearchive.org/*",
    "https://*.aliradar.com/*",
    "https://sa.3205.tools/*"
  ],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.aliexpress.com/*",
        "*://*.aliexpress.ru/*",
        "https://tmall.ru/*"
      ],
      "js": [
        "/content.js"
      ],
      "css": [
        "/fonts/fonts.css"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icon-48.png",
    "default_title": "__MSG_name__",
    "default_popup": "popup/popup.html"
  }
}