{
  "name": "Echon",
  "short_name": "Echon",
  "description": "Privacy-first voice + chat. Servers, channels, DMs, screen share — without the trackers.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "categories": ["social", "communication"],
  "icons": [
    {
      "src": "/pwa-icon-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Direct messages",
      "short_name": "DMs",
      "url": "/app/dms",
      "icons": [{ "src": "/pwa-icon-256.png", "sizes": "256x256" }]
    },
    {
      "name": "Notifications",
      "short_name": "Inbox",
      "url": "/app/notifications",
      "icons": [{ "src": "/pwa-icon-256.png", "sizes": "256x256" }]
    }
  ]
}
