Hoopla: Coupon Codes, Deals and Cash Back

Hoopla: Coupon Codes, Deals and Cash Back

The smartest way to shop on the internet. Save $$$ with 60,000+ active coupon codes and cash back deals from 5000+ brands & stores.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "Hoopla",
  "version": "1.0.34",
  "description": "__MSG_appDescription__",
  "homepage_url": "https://hoopladoopla.com/",
  "default_locale": "en",
  "author": "Hoopla-Doopla",
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "webNavigation",
    "storage",
    "cookies",
    "unlimitedStorage",
    "alarms"
  ],
  "background": {
    "service_worker": "bg/bundle.js"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "content/bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icon-32.png",
    "18": "icon-32.png",
    "32": "icon-32.png",
    "128": "icon-32.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content/*.css",
        "content/*.svg",
        "icon-32.png",
        "*.css",
        "fonts/*.otf",
        "fonts/*.woff2"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "http://hoopladoopla.com/"
  ],
  "action": {
    "default_icon": "icon-32.png",
    "default_title": "The Hoopla Extension",
    "default_popup": "popup.html"
  }
}