{
  "name": "Lexura",
  "short_name": "Lexura",
  "description": "Organize your legal situation into a clear file. Legal information, not advice.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F7F5F1",
  "theme_color": "#12172B",
  "orientation": "portrait-primary",
  "lang": "en",
  "icons": [
    {
      "src": "/lexura-app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "legal",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "Tell Lexura",
      "short_name": "Tell",
      "description": "Start a new situation file",
      "url": "/intake?mode=universal",
      "icons": [
        {
          "src": "/lexura-app-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "My file",
      "short_name": "File",
      "description": "View your saved situations",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/lexura-app-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
