{
  "name": "Ghost Send",
  "short_name": "Ghost Send",
  "description": "Private peer-to-peer file transfers. No servers, no storage.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#050508",
  "theme_color": "#050508",
  "orientation": "any",
  "icons": [
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "screenshots": [],
  "categories": ["utilities", "productivity"],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "*/*": []
      },
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }],
      "launch_type": "single-client"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [{ "name": "files", "accept": ["*/*"] }]
    }
  }
}
