ZAVEMONSTER - Smart Coupon Finder Firefox

Examine source code of ZAVEMONSTER - Smart Coupon Finder

By: Ares
Inspect and view changes in ZAVEMONSTER - Smart Coupon Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ZAVEMONSTER - Smart Coupon Finder",
  "version": "1.0.5",
  "description": "Automatically find and apply the best coupon codes at checkout",
  "permissions": [
    "activeTab",
    "storage",
    "alarms",
    "notifications",
    "https://*/*",
    "http://*/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "secrets.js",
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "icons/*",
    "watcher.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "zavemonster@zave.monster",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best ZAVEMONSTER - Smart Coupon Finder Alternatives

Here are some Firefox add-ons that are similar to ZAVEMONSTER - Smart Coupon Finder: