Download Master - Free Download Manager

Download Master - Free Download Manager

Download all files in one click. Free video downloader, image downloader, files downloader that supports all web sites & file types.

Additional files are visible only to premium users

manifest.json


{
  "offline_enabled": true,
  "version": "2023.1.25.0",
  "default_locale": "en",
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "images/icon_16x16.png",
    "48": "images/icon_48x48.png",
    "128": "images/icon_128x128.png"
  },
  "background": {
    "service_worker": "scripts/background.js"
  },
  "action": {
    "default_title": "__MSG_extName__",
    "default_icon": "images/icon.png",
    "default_popup": "main.html"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}