Web Page Downloader

Web Page Downloader

Web Page Downloader allows you to download and save entire web pages, including linked resources, for offline viewing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Web Page Downloader",
  "description": "Web Page Downloader allows you to download and save entire web pages, including linked resources, for offline viewing.",
  "version": "1.0",
  "action": {
    "default_icon": "./icons/128x128.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "icons": {
    "16": "./icons/16x16.png",
    "32": "./icons/32x32.png",
    "48": "./icons/48x48.png",
    "64": "./icons/64x64.png",
    "96": "./icons/96x96.png",
    "128": "./icons/128x128.png",
    "256": "./icons/256x256.png"
  }
}