OffersLove Coupon Finder

OffersLove Coupon Finder

Automatically find coupon codes when you shop online!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "OffersLove Coupon Finder",
  "description": "Automatically find coupon codes when you shop online!",
  "version": "2.0.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/16.png",
      "32": "/images/32.png",
      "48": "/images/48.png",
      "128": "/images/128.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://www.offerslove.com/*"
  ]
}