AliPrice Price Tracker for Shopee

AliPrice Price Tracker for Shopee

AliPrice.com -- Your money-saving assistant on Shopee.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_EXTENSION_NAME__",
  "short_name": "__MSG_EXTENSION_NAME__",
  "version": "2.4.17",
  "manifest_version": 2,
  "description": "__MSG_EXTENSION_DESCRIPTION__",
  "homepage_url": "https://www.aliprice.com?ext_id=2045&channel=firefox&platform=shopee&version=2.4.17&browser=firefox",
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "jid2-kOqZHmOwLzTaFg@Shopee"
    }
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "*://*.aliprice.com/*",
    "<all_urls>",
    "activeTab",
    "contextMenus",
    "cookies",
    "downloads",
    "http://*/*",
    "https://*/*",
    "notifications",
    "storage",
    "webRequest",
    "webRequestBlocking"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/19.png"
  },
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "assets/js/daigou-midway.contentScript.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "assets/js/common.js",
        "assets/js/vendor.js",
        "assets/js/app.js",
        "contentScript.js"
      ],
      "css": [
        "assets/css/common.css",
        "assets/css/contentScript.css"
      ],
      "exclude_matches": [
        "*://seller.shopee.tw/*",
        "*://seller.shopee.com.my/*",
        "*://seller.shopee.ph/*",
        "*://seller.shopee.sg/*",
        "*://banhang.shopee.vn/*",
        "*://seller.shopee.co.id/*",
        "*://seller.shopee.co.th/*",
        "*://ssl.google-analytics.com/*"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    "assets/*"
  ]
}