{
  "name": "SocialDesk - Case Management System",
  "short_name": "SocialDesk",
  "description": "Professional case management system for social workers and government agencies",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0d9488",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "business", "government"],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "New Intake",
      "short_name": "Intake",
      "description": "Create a new client intake",
      "url": "/intake",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Cases",
      "short_name": "Cases",
      "description": "View all cases",
      "url": "/cases",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}