{
  "name": "Vick",
  "short_name": "Vick",
  "description": "Chat, call, learn from documents.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#000000",
  "theme_color": "#000000",
  "lang": "en",
  "categories": ["productivity", "utilities"],
  "icons": [
    { "src": "/vick-logo.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "New Chat", "url": "/", "description": "Start a new conversation" },
    { "name": "Call Vick", "url": "/?action=call", "description": "Voice call Vick" },
    { "name": "API Docs", "url": "/api-docs", "description": "View API documentation" }
  ],
  "prefer_related_applications": false
}
