Price Checker: Price Comparison Tool

Price Checker: Price Comparison Tool

Use Price Checker to compare the different store prices before you buy and save up to 60%!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "version": "2.3",
  "short_name": "Price Checker for ASOS",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "status.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.asos.com/*",
        "*://*.asos.de/*",
        "*://*.asos.fr/*"
      ],
      "js": [
        "jsm.js",
        "content.js",
        "main.js",
        "juim.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "https://*.fashiondiscounts.today/*",
    "https://*.fd2day.com/*",
    "*://*.asos.com/*",
    "*://*.asos.de/*",
    "*://*.asos.fr/*",
    "storage"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com/analytics.js; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}