Amazon Deals

Amazon Deals

Online Shopping India - Buy mobiles, laptops, cameras, books, watches etc in good deals - Amazon Deals

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Amazon Deals ",
  "version": "1.0.2",
  "manifest_version": 3,
  "description": "Online Shopping India - Buy mobiles, laptops, cameras, books, watches etc in good deals - Amazon Deals",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "action": {
    "default_title": "Amazon Deals",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "jquery.js",
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ]
}