ShopCash - Cashback & Coupons

ShopCash - Cashback & Coupons

ShopCash - Cashback & Coupons

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ShopCash - Cashback & Coupons",
  "description": "ShopCash - Cashback & Coupons",
  "version": "1.1.2",
  "manifest_version": 3,
  "icons": {
    "16": "shopcash-orange-32.png",
    "48": "shopcash-orange-48.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "ShopCash - Cashback & Coupons",
    "default_icon": "shopcash-orange-32.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "scripting",
    "alarms"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "options_page": "options.html",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://*.shopcash.ae/*",
      "https://*.shopcash.com/*",
      "https://*.shopcash.sa/*"
    ]
  }
}