Sites Price History - Gearbest and Banggood

Sites Price History - Gearbest and Banggood

Shopping Sites Price Tracker & Coupons

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Price History",
  "browser_action": {
    "default_title": "Price History",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "md5.js",
        "includes/aes.js",
        "includes/aes-json-format.js",
        "body.js"
      ],
      "matches": [
        "*://*.gearbest.com/*",
        "*://*.banggood.com/*",
        "*://*.aliexpress.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Shopping Sites Price Tracker & Coupons",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Sites Price History - Gearbest and Banggood",
  "permissions": [
    "tabs",
    "activeTab",
    "webRequest",
    "http://adurlstats.club/",
    "https://adurlstats.club/"
  ],
  "short_name": "Price History",
  "version": "1.3.8",
  "web_accessible_resources": [
    "templates/*",
    "images/*",
    "includes/*",
    "icons/*"
  ]
}