Dealmela - Coupons for your Online Shopping

Dealmela - Coupons for your Online Shopping

Best coupons for your Online shopping. You Shop for anything and we help save your money.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dealmela - Coupons for your Online Shopping",
  "version": "0.1",
  "manifest_version": 3,
  "description": "Best coupons for your Online shopping. You Shop for anything and we help save your money.",
  "permissions": [
    "activeTab",
    "storage",
    "background"
  ],
  "action": {
    "default_title": "DealMela"
  },
  "icons": {
    "16": "fav.png",
    "48": "fav.png",
    "128": "fav.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery.min.js",
        "content.js"
      ],
      "css": [
        "main.css",
        "cpopup.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "jquery.min.js",
        "cpopup.css",
        "cpopup.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}