{
  "name": "MyRelay.ai",
  "short_name": "MyRelay",
  "description": "AI-powered communication relay for the Deaf community",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#07090F",
  "theme_color": "#38BDF8",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Call",
      "short_name": "Call",
      "description": "Start a new relay call",
      "url": "/?action=call",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["accessibility", "communication", "utilities"]
}
