Tophatter - Shopping Rewards

Tophatter - Shopping Rewards

The most rewarding shopping experience on the planet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tophatter - Shopping Rewards",
  "description": "The most rewarding shopping experience on the planet.",
  "version": "1.13.0",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*.tophatter.com/",
    "*://*.tophatter.test/"
  ],
  "background": {
    "service_worker": "service-worker-wrapper.js"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "images/icon-16.png",
      "32": "images/icon-32.png",
      "48": "images/icon-48.png",
      "128": "images/icon-128.png"
    }
  },
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "inject.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://tophatter.com/*",
      "*://tophatter.test/*"
    ]
  }
}