{
  "name": "আইন ডায়েরি — Bangladesh Case Diary",
  "short_name": "আইন ডায়েরি",
  "description": "Professional legal case management PWA for Bangladesh advocates",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0A1628",
  "theme_color": "#0F1D35",
  "lang": "en",
  "categories": ["productivity", "utilities", "business"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Case",
      "short_name": "New Case",
      "description": "Add a new case",
      "url": "./index.html#case-form",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Today's Cause List",
      "short_name": "Cause List",
      "description": "View today's hearings",
      "url": "./index.html#causelist",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
