Discount Hunter

Discount Hunter

Discount Hunter, powered by www.performanceaffiliate.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Discount Hunter",
  "description": "Discount Hunter, powered by www.performanceaffiliate.com",
  "version": "2.2",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery.min.js",
        "js/owlcarousel.js",
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/1px.png",
        "img/siteicon-black.png",
        "img/discount-logo.png",
        "img/deal-logo-1.png",
        "img/250doller.png",
        "img/hm-logo.png",
        "img/deal-logo-1.png",
        "img/deal-logo-2.png",
        "img/zommato-logo.png",
        "panel.css",
        "css/owl.carousel.min.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}