{
  "name": "Johnston Family",
  "short_name": "Johnston",
  "description": "Johnston family home operations tools",
  "start_url": "/internal/",
  "display": "standalone",
  "background_color": "#f7f5f2",
  "theme_color": "#c9a84c",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tasks",
      "url": "/internal/tasks",
      "description": "View and manage tasks"
    },
    {
      "name": "Inbox",
      "url": "/internal/tasks?status=inbox",
      "description": "View inbox"
    }
  ],
  "scope": "/internal/"
}
