{
  "name": "OpenSend — Send files directly",
  "short_name": "OpenSend",
  "description": "Fast, simple, secure peer-to-peer file sharing. No account needed. Send files directly between devices.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a0422",
  "theme_color": "#bc3fde",
  "orientation": "portrait",
  "categories": ["utilities", "productivity", "communication"],
  "icons": [
    { "src": "/icon-48.png", "sizes": "48x48", "type": "image/png" },
    { "src": "/icon-72.png", "sizes": "72x72", "type": "image/png" },
    { "src": "/icon-96.png", "sizes": "96x96", "type": "image/png" },
    { "src": "/icon-128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "/icon-144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "/icon-152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-384.png", "sizes": "384x384", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Send files",
      "short_name": "Send",
      "description": "Start a new file transfer",
      "url": "/send"
    },
    {
      "name": "Receive files",
      "short_name": "Receive",
      "description": "Receive files from another device",
      "url": "/receive"
    }
  ]
}
