{
  "name": "Lexura",
  "short_name": "Lexura",
  "description": "Free AI legal triage — understand your situation and find help",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f9f7f4",
  "theme_color": "#1e1a4b",
  "orientation": "portrait-primary",
  "lang": "en",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon",
      "purpose": "any maskable"
    }
  ],
  "categories": ["legal", "productivity"],
  "shortcuts": [
    {
      "name": "Get Help",
      "short_name": "Help",
      "description": "Start a new situation assessment",
      "url": "/intake?mode=universal",
      "icons": [{ "src": "/favicon.ico", "sizes": "any" }]
    },
    {
      "name": "My Cases",
      "short_name": "Cases",
      "description": "View your saved situations",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon.ico", "sizes": "any" }]
    }
  ]
}
