Karma | Online shopping, but better

Karma | Online shopping, but better

Shop Smarter: Compare Prices, Get Coupons, Price alerts & Earn Cashback!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "10.50.0",
  "name": "Karma | Online shopping, but better",
  "short_name": "Karma",
  "description": "Shop Smarter: Compare Prices, Get Coupons, Price alerts & Earn Cashback!",
  "author": "Karma",
  "browser_action": {
    "default_icon": {
      "19": "img/logo_prod_supported.png",
      "38": "img/logo_prod_supported.png"
    },
    "default_title": "Add to Karma"
  },
  "icons": {
    "16": "img/logo_prod_supported.png",
    "48": "img/logo_prod_supported.png",
    "128": "img/logo_prod_supported.png"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "chrome_style": true
  },
  "web_accessible_resources": [
    "fonts/*.*",
    "img/*.*",
    "js/*.*",
    "lottie/*.*"
  ],
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "webRequest",
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "https://*.karmanow.com/*"
      ],
      "js": [
        "js/authorizationListener.bundle.js"
      ]
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_matches": [
        "*://*/*.json",
        "*://*/*.pdf",
        "*://*/*.jpeg",
        "*://*/*.jpg",
        "*://*/*.png",
        "*://*/*.svg"
      ],
      "js": [
        "js/shoptagrJQ.bundle.js",
        "js/shoptagrInterpreter.bundle.js",
        "js/inject.bundle.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self'; connect-src https://firestore.googleapis.com https://api.stripe.com/ https://api.checkout.com https://*.karmanow.com/ https://www.karmanow.com/ https://7ng6v3lu3c.execute-api.us-east-1.amazonaws.com/EventTrackingStage/prod/rest/ https://*.amazonaws.com; object-src 'self'; font-src 'self' *;",
  "browser_specific_settings": {
    "gecko": {
      "id": "{0fc2fcbc-a6aa-4be5-8284-c7aeda90598b}"
    }
  }
}