{
  "name": "LexForge",
  "short_name": "LexForge",
  "description": "State-specific legal documents, expert legal guidance, and pro se court assistance for all 50 US states.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0A1628",
  "theme_color": "#0A1628",
  "orientation": "any",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["productivity", "legal", "utilities"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/manus-storage/favicon-512_ce59cccd.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Document",
      "short_name": "New Doc",
      "description": "Generate a new legal document",
      "url": "/documents/new",
      "icons": [{ "src": "/favicon.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Legal Guru",
      "short_name": "Guru",
      "description": "Get expert legal guidance from the Legal Guru",
      "url": "/guru",
      "icons": [{ "src": "/favicon.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Pro Se Guide",
      "short_name": "Pro Se",
      "description": "Court guidance for self-represented litigants",
      "url": "/prose",
      "icons": [{ "src": "/favicon.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "My Documents",
      "short_name": "Documents",
      "description": "View and manage your legal documents",
      "url": "/documents",
      "icons": [{ "src": "/favicon.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false,
  "scope": "/"
}
