TopCashback USA: Get Cashback & Coupons

TopCashback USA: Get Cashback & Coupons

Join over 15m members worldwide and earn cashback when you shop online at over 4,000 online stores with the highest cashback rates.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "TopCashback USA: Get Cash Back & Coupons",
  "short_name": "TopCashback",
  "version": "4.8.0.0",
  "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": 2,
  "incognito": "not_allowed",
  "permissions": [
    "tabs",
    "webRequest",
    "storage",
    "<all_urls>",
    "unlimitedStorage",
    "cookies",
    "webRequestBlocking",
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "vendors/bundle.js",
      "bg/bundle.js"
    ],
    "persistent": true
  },
  "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"
    }
  ],
  "browser_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'",
  "web_accessible_resources": [
    "content/*.css",
    "content/*.svg",
    "icon-32.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f89939f9-1978-4203-9802-835ce5844ce7}"
    }
  }
}