Honey

Honey

Automatically find and try coupon codes with 1-click. Works at thousands of stores in the US, Canada, Australia, India and the UK.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "author": "Honey Science Corporation",
  "version": "12.8.4",
  "name": "Honey",
  "description": "__MSG_Automatically_find_and_apply_coupon_codes_when_you_shop_online__",
  "default_locale": "en",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "background": {
    "scripts": [
      "h0-main.js",
      "h0-vendors-main.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "h1-check.js"
      ],
      "run_at": "document_end",
      "match_about_blank": false,
      "all_frames": false,
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/*",
    "honey_pay/*"
  ],
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "icons/honey-logo-16.png",
    "48": "icons/honey-logo-48.png",
    "128": "icons/honey-logo-128.png"
  },
  "browser_action": {
    "default_title": "Honey",
    "default_icon": {
      "19": "icons/default-19.png",
      "38": "icons/default-38.png"
    },
    "default_popup": "popover/popover.html"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "ff_preferences.html"
  },
  "applications": {
    "gecko": {
      "id": "jid1-93CWPmRbVPjRQA@jetpack",
      "strict_min_version": "52.0"
    }
  }
}