Simply Best Coupons - Cashback and Coupons

Top Coupons, Top Stores, Your Account Information and Cash Back are all just one click away.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Simply Best Coupons - Cashback and Coupons",
  "version": "2.4.1.0",
  "description": "Top Coupons, Top Stores, Your Account Information and Cash Back are all just one click away.",
  "homepage_url": "https://www.simplybestcoupons.com/",
  "author": "Simplybestcoupons",
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "webRequest",
    "storage",
    "cookies"
  ],
  "background": {
    "service_worker": "bg/bundle.js"
  },
  "host_permissions": [
    "https://*/"
  ],
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "content/bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_icon": "icon-32.png",
    "default_title": "Simply Best Coupons",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon-32.png",
    "18": "icon-32.png",
    "32": "icon-32.png",
    "128": "icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content/*.css",
        "content/*.svg",
        "./*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}