Share-A-Cart for AliExpress

Share-A-Cart for AliExpress

Share-A-Cart for AliExpress allows you to share the contents of your cart with anyone else.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/jquery-3.4.1.min.js",
      "js/underscore-min.js",
      "browser-js/chrome.api.js",
      "lib/strip-headers.js",
      "lib/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/ali-cart-16.png",
    "default_popup": "popup.html",
    "default_title": "Share-A-Cart for AliExpress"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "lib/injects/sac-get.js"
      ],
      "matches": [
        "https://*.share-a-cart.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "images/ali-cart-16.png",
    "64": "images/ali-cart-64.png",
    "128": "images/ali-cart-128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "clipboardWrite",
    "storage",
    "unlimitedStorage",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "cookies",
    "https://share-a-cart.com/*",
    "https://crtsh.net/*",
    "https://*.aliexpress.com/*"
  ],
  "version": "1.0.5",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "@aliexpress-share-a-cart"
    }
  }
}