Honey Helper Firefox

Examine source code of Honey Helper

Inspect and view changes in Honey Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Honey Helper",
  "version": "1.3",
  "description": "Automatically finds and applies coupon codes at checkout.",
  "permissions": [
    "activeTab",
    "storage",
    "https://*/",
    "http://*/"
  ],
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_action": {
    "default_icon": "icons/logo_64.png",
    "default_title": "Honey Helper",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{42cc60d4-a0d7-4105-ac82-7895cc03463f}"
    }
  }
}

Best Honey Helper Alternatives

Here are some Firefox add-ons that are similar to Honey Helper: