Simple Download Manager

Simple Download Manager

Simple Download Manager

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Simple Download Manager",
  "description": "Simple Download Manager",
  "version": "2.2.0",
  "background": {
    "service_worker": "service-worker.js"
  },
  "icons": {
    "19": "assets/icon19.png",
    "38": "assets/icon19.png",
    "128": "assets/icon19.png"
  },
  "action": {
    "default_title": "View Downloads!",
    "default_popup": "index.html#/popup"
  },
  "permissions": [
    "notifications",
    "storage",
    "alarms",
    "downloads",
    "downloads.open",
    "downloads.shelf",
    "offscreen"
  ],
  "short_name": "SDM",
  "update_url": "https://clients2.google.com/service/update2/crx"
}