{
  "id": "/",
  "name": "unzipzapp",
  "short_name": "unzipzapp",
  "description": "Open archives, PDFs, images, DOCX, and Markdown files locally, then sort, merge, and export clean PDFs or ZIPs.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F3F1EC",
  "theme_color": "#F3F1EC",
  "categories": ["productivity", "utilities"],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "icons": [
    {
      "src": "/icons/icon192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/zip": [".zip"],
        "application/vnd.rar": [".rar", ".cbr"],
        "application/x-rar-compressed": [".rar", ".cbr"],
        "application/x-7z-compressed": [".7z"]
      },
      "launch_type": "single-client"
    }
  ]
}
