{
  "name": "ChatMe — Realtime Chat & Calling",
  "short_name": "ChatMe",
  "description": "Free, open-source real-time messaging, HD voice/video calls, and screen sharing.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#020617",
  "theme_color": "#4f46e5",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "192x192 512x512 any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "Chat",
      "description": "Start a new conversation",
      "url": "/?tab=contacts",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    }
  ],
  "categories": ["social", "communication", "productivity"]
}
