{
  "name": "Relayium — end-to-end encrypted file and text transfer",
  "short_name": "Relayium",
  "description": "Open-source, end-to-end encrypted file and live ephemeral text transfer in your browser. LAN sessions connect directly; cross-network browser pairing uses a ciphertext-only relay. Text is online-only, and Relayium servers do not store message bodies.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#16171d",
  "theme_color": "#aa3bff",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [{ "name": "files", "accept": ["*/*"] }]
    }
  }
}
