Coupon codes finder automation

Coupon codes finder automation

Automate discount searches for top deals, codes, vouchers, including Honey coupons & offers from leading retailers like Groupon.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.e7bcd3ac.png",
    "32": "icon32.plasmo.ce39377b.png",
    "48": "icon48.plasmo.3c17e113.png",
    "64": "icon64.plasmo.df317abe.png",
    "128": "icon128.plasmo.6a4310c5.png"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "icon16.plasmo.e7bcd3ac.png",
      "32": "icon32.plasmo.ce39377b.png",
      "48": "icon48.plasmo.3c17e113.png",
      "64": "icon64.plasmo.df317abe.png",
      "128": "icon128.plasmo.6a4310c5.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.0.3",
  "author": "UnlockMega.Com",
  "name": "Coupon codes finder automation, Prices drop🎉",
  "description": "Automate discount searches for top deals, codes, vouchers, including Honey coupons & offers from leading retailers like Groupon.",
  "background": {
    "scripts": [
      "static/background/index.js"
    ]
  },
  "permissions": [
    "storage",
    "scripting",
    "activeTab",
    "unlimitedStorage",
    "webRequest",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.0286da44.js"
      ],
      "all_frames": false,
      "run_at": "document_start",
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "active_idle.e49a7f5e.js"
      ],
      "all_frames": false,
      "run_at": "document_idle",
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "automation.e39eb271.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "reducers.982fa933.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "apply-icon.21dd6ce3.js"
      ],
      "all_frames": false,
      "run_at": "document_idle",
      "css": [
        "apply-icon.c3154987.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "apply-icon.13a6f75d.png",
    "apply-icon.e80c8470.gif",
    "apply-icon.9ff385cc.css",
    "apply-icon.28bd4bfe.css",
    "apply-icon.efa17cc9.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b0dc9432-94be-4c6e-a913-2a6431717173}"
    }
  }
}