Shopping & Tracking for AliExpress

Shopping & Tracking for AliExpress

Compare prices, track your orders, get exclusive discounts, receive notifications of new messages and don't miss any promotion!

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_appName__",
  "description": "__MSG_appDesc__",
  "short_name": "AliExplorer",
  "default_locale": "en",
  "version": "3.7.5",
  "author": "@fmschuler",
  "icons": {
    "16": "assets/icon-16.png",
    "48": "assets/icon-48.png",
    "128": "assets/icon-128.png"
  },
  "background": {
    "service_worker": "/scripts/background.js"
  },
  "action": {
    "default_icon": "assets/icon.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_appName__"
  },
  "options_page": "settings.html",
  "permissions": [
    "tabs",
    "webNavigation",
    "bookmarks",
    "storage",
    "notifications"
  ],
  "host_permissions": [
    "*://*.aliexplorerapp.com/*",
    "*://*.derschuler.com/*",
    "*://*.aliexpress.com/*",
    "*://*.aliexpress.ru/*",
    "*://*.cainiao.com/*",
    "*://*.alibaba.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/notifications-message.png"
      ],
      "matches": [
        "https://*.aliexpress.com/*",
        "https://*.aliexpress.ru/*"
      ],
      "extension_ids": [
        "behkgahlidmeemjefcbgieigiejiglpc"
      ]
    }
  ],
  "content_scripts": [
    {
      "js": [
        "scripts/_inject.js"
      ],
      "matches": [
        "*://*.aliexpress.com/*",
        "*://*.aliexpress.ru/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'",
    "sandbox": "sandbox allow-scripts; script-src 'self' 'https://aliexplorerapp.com' 'https://derschuler.com'; object-src 'self'"
  }
}