{
  "name": "FlashDrop Pro",
  "short_name": "FlashDrop",
  "description": "Secure browser file transfer over WebRTC P2P",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#030712",
  "theme_color": "#6366f1",
  "orientation": "any",
  "icons": [
    {
      "src": "./image/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/index.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "video/*", "audio/*", "application/*", "text/*", "*/*"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/index.html",
      "accept": {
        "application/zip": [".zip"],
        "application/x-zip-compressed": [".zip"],
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"],
        "image/gif": [".gif"],
        "image/webp": [".webp"],
        "application/pdf": [".pdf"]
      }
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
