Pricearchive - AliExpress Shopping Assistant

Pricearchive - AliExpress Shopping Assistant

AliExpress price tracker, search by image, price drop email alerts, parcel tracking, photos of delivered items with reviews.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_EXTENSION_NAME__",
  "version": "0.0.2.7",
  "default_locale": "en",
  "description": "__MSG_EXTENSION_DESCRIPTION__",
  "icons": {
    "16": "images/icon16.png",
    "24": "images/icon24.png",
    "32": "images/icon32.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "24": "images/icon24.png",
      "32": "images/icon32.png",
      "64": "images/icon64.png",
      "128": "images/icon128.png"
    },
    "default_title": "__MSG_TOOLTIP__",
    "default_popup": "html/popup.html"
  },
  "author": "Pricearchive.org",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.aliexpress.com/*",
        "https://*.aliexpress.ru/*",
        "https://*.pricearchive.org/*"
      ],
      "js": [
        "js/jquery-3.1.1.min.js",
        "js/aliexpressContentScript.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": "script-src 'self' https://www.pricearchive.org; object-src 'self'",
  "homepage_url": "https://www.pricearchive.org",
  "options_page": "html/options.html",
  "permissions": [
    "storage",
    "activeTab",
    "*://*.aliexpress.com/*",
    "*://*.aliexpress.ru/*",
    "https://*.pricearchive.org/*"
  ],
  "short_name": "__MSG_EXTENSION_NAME__",
  "version_name": "0.0.2.7"
}