{
  "name": "CaseBuddy",
  "short_name": "CaseBuddy",
  "description": "AI-powered legal trial preparation platform for attorneys",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#d4af37",
  "orientation": "any",
  "scope": "/",
  "lang": "en-US",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230f172a' width='192' height='192' rx='32'/><text x='96' y='140' font-size='120' text-anchor='middle'>⚖️</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%230f172a' width='512' height='512' rx='64'/><text x='256' y='380' font-size='320' text-anchor='middle'>⚖️</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your case dashboard",
      "url": "/app"
    },
    {
      "name": "Case Files",
      "short_name": "Cases",
      "description": "Manage your case files",
      "url": "/app/cases"
    },
    {
      "name": "Trial Simulator",
      "short_name": "Practice",
      "description": "Practice your trial arguments",
      "url": "/app/practice"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
