TopCashback UK Browser Extension

TopCashback UK Browser Extension

Join over 20 million members worldwide, with over 5,000 merchants listed on TopCashback UK site, the most generous cashback site.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "TopCashback UK: Get Cashback & Vouchers",
  "short_name": "TopCashback",
  "version": "4.8.0.0",
  "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": 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 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'",
  "web_accessible_resources": [
    "content/*.css",
    "content/*.svg",
    "icon-32.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}