Manage Your Downloads

Manage Your Downloads

Manage Your downloads will help you to manage all your downloads

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Manage Your Downloads",
  "version": "1.4",
  "manifest_version": 3,
  "description": "Manage Your downloads will help you to manage all your downloads",
  "icons": {
    "128": "icon128.png"
  },
  "action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_title": "Download Manager by Mohsin",
    "default_popup": "popup.html"
  },
  "background": {
    "Service_worker": "background.js"
  },
  "default_locale": "en",
  "optional_permissions": [
    "management"
  ],
  "permissions": [
    "downloads",
    "downloads.open",
    "downloads.shelf"
  ]
}