{
  "name": "LITT — Let LITT handle It",
  "short_name": "LITT",
  "description": "Anything legal? LITT is here — AI legal research, drafting and case search grounded in real judgments.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#FBF9F4",
  "theme_color": "#8B1A1A",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "legal"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Your legal workspace",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Case Search",
      "short_name": "Search",
      "description": "Search case law across every court and tribunal",
      "url": "/apps/search",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pricing",
      "short_name": "Pricing",
      "description": "View pricing plans",
      "url": "/pricing",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
