Cashback Index

Cashback Index

Cashback compare, Rebates Comparison for Online Shopping

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cashback Index",
  "description": "Cashback compare, Rebates Comparison for Online Shopping",
  "version": "1.0.0",
  "manifest_version": 3,
  "default_locale": "en",
  "background": {
    "service_worker": "background.js"
  },
  "homepage_url": "https://www.cashbackindex.com",
  "permissions": [],
  "action": {},
  "content_scripts": [
    {
      "matches": [
        "*://*.cashbackindex.com/*",
        "http://127.0.0.1/*"
      ],
      "run_at": "document_idle",
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "externally_connectable": {
    "ids": [
      "njabffdgkobbmfmgickbobnjdmgjjopc"
    ],
    "matches": [
      "*://*.cashbackindex.com/*",
      "http://127.0.0.1/*"
    ],
    "accepts_tls_channel_id": false
  },
  "host_permissions": [
    "https://*/"
  ],
  "icons": {
    "16": "icon-16.png",
    "18": "icon-32.png",
    "32": "icon-32.png",
    "128": "icon-128.png"
  }
}