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


{
  "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": 2,
  "permissions": [
    "tabs",
    "webNavigation",
    "storage",
    "cookies",
    "unlimitedStorage",
    "<all_urls>",
    "alarms"
  ],
  "background": {
    "scripts": [
      "bg/bundle.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "content/bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": "icon-32.png",
    "default_title": "The Hoopla Extension",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon-32.png",
    "18": "icon-32.png",
    "32": "icon-32.png",
    "128": "icon-32.png"
  },
  "web_accessible_resources": [
    "content/*.css",
    "content/*.svg",
    "icon-32.png",
    "*.css",
    "fonts/*.otf",
    "fonts/*.woff2"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3697499a-01d4-4c62-8023-cbb8221de221}"
    }
  }
}