Simply Best Coupons - Cashback and Coupons

Simply Best Coupons - Cashback and Coupons

Top Coupons, Top Stores, Your Account Information and Cash Back are all just one click away.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Simply Best Coupons - Cashback and Coupons",
  "version": "2.4.0.1",
  "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>"
      ]
    }
  ]
}