{
  "name": "Julia - AI Health Assistant",
  "short_name": "Julia",
  "description": "Your intelligent health companion for personalized medical insights and wellness guidance",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#232323",
  "theme_color": "#00fffa",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["health", "medical", "wellness", "productivity"],
  "icons": [
    {
      "src": "/favicon (2).png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon (2).png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image(2).png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Julia Health Assistant Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Start New Chat",
      "short_name": "New Chat",
      "description": "Begin a new health conversation with Julia",
      "url": "/?action=new-chat",
      "icons": [
        {
          "src": "/favicon (2).png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Health Templates",
      "short_name": "Templates",
      "description": "Access health tracking templates",
      "url": "/?action=templates",
      "icons": [
        {
          "src": "/favicon (2).png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}