{
  "name": "Convis Transfer",
  "short_name": "CONVIS",
  "description": "Sovereign secure file transfer. AES-256-GCM zero-knowledge encryption. Send files up to 5 GB.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b1120",
  "theme_color": "#00b4ff",
  "lang": "en",
  "categories": ["finance", "productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/thumbnail.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "Convis Transfer — Sovereign Secure File Relay"
    }
  ],
  "shortcuts": [
    {
      "name": "Upload File",
      "short_name": "Upload",
      "description": "Securely upload and share a file",
      "url": "/?action=upload",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ]
}
