TopCashback UK Get Cashback & Vouchers

TopCashback UK Get Cashback & Vouchers

Join over 20m members to earn cashback and get the best vouchers when you shop online with the TopCashback browser extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TopCashback UK Get Cashback & Vouchers",
  "short_name": "TopCashback",
  "version": "5.0.0.6",
  "description": "Join over 20m members to earn cashback and get the best vouchers when you shop online with the TopCashback browser extension",
  "homepage_url": "https://www.topcashback.co.uk",
  "author": "TopCashback",
  "manifest_version": 3,
  "incognito": "not_allowed",
  "permissions": [
    "activeTab",
    "tabs",
    "webRequest",
    "storage",
    "unlimitedStorage",
    "cookies",
    "declarativeNetRequestWithHostAccess",
    "alarms",
    "webNavigation",
    "scripting"
  ],
  "background": {
    "service_worker": "service_worker_wrapper.js"
  },
  "options_ui": {
    "page": "settings.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "vendors/bundle.js",
        "content/bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_icon": "icon-32.png",
    "default_title": "TopCashback UK Get Cashback & Vouchers",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon-32.png",
    "18": "icon-32.png",
    "32": "icon-32.png",
    "128": "icon-32.png"
  },
  "content_security_policy": {
    "script-src": "self",
    "object-src": "self"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content/*.css",
        "content/*.svg",
        "icon-32.png",
        "icon-32-active.png",
        "icon_loop/*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}