{
  "name": "CourtAide",
  "short_name": "CourtAide",
  "description": "AI-powered legal assistant for court procedures and pro se representation",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1B4F8A",
  "background_color": "#050A14",
  "lang": "en-US",
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "New Case",
      "short_name": "New Case",
      "description": "Start a new legal case",
      "url": "./",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Legal Research",
      "short_name": "Research",
      "description": "Research laws and case history",
      "url": "./",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
