{
  "id": "/",
  "name": "FamilyApp",
  "short_name": "FamilyApp",
  "description": "Your family's calendar, homework, quests, chat and home — in one place.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#faf6f1",
  "theme_color": "#faf6f1",
  "categories": ["productivity", "lifestyle", "education"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "My stuff",
      "short_name": "Kid Home",
      "description": "Quests, homework and screen time for a kid",
      "url": "/kid",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "What's on today",
      "url": "/calendar",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Emergency",
      "short_name": "Emergency",
      "description": "Emergency protocols",
      "url": "/emergency",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
