TopCashback USA Get Cash Back & Coupons

TopCashback USA Get Cash Back & Coupons

Join over 15m members worldwide and earn money back 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 USA Get Cash Back & Coupons",
  "short_name": "TopCashback",
  "version": "5.0.0.5",
  "description": "Join over 15m members worldwide and earn money back when you shop online with the TopCashback browser extension!",
  "homepage_url": "https://www.topcashback.com",
  "author": "TopCashback",
  "manifest_version": 3,
  "incognito": "not_allowed",
  "permissions": [
    "activeTab",
    "tabs",
    "webRequest",
    "storage",
    "unlimitedStorage",
    "cookies",
    "declarativeNetRequestWithHostAccess",
    "alarms",
    "webNavigation"
  ],
  "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 USA Get Cash Back & Coupons",
    "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>"
      ]
    }
  ]
}