Download Manager Integration Checklist

Download Manager Integration Checklist

Effective solution to seamlessly integrate Internet Download Manager (IDM) with Google Chrome manually

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Download Manager Integration Checklist",
  "description": "Effective solution to seamlessly integrate Internet Download Manager (IDM) with Google Chrome manually",
  "version": "4.0.0",
  "manifest_version": 3,
  "icons": {
    "16": "logo.png",
    "32": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  }
}