{
  "name": "FamilyPortal",
  "short_name": "FamilyPortal",
  "description": "Secure, interactive, and beautifully designed family portal. Featuring active scheduling, notice boards, and unified membership log.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["social", "utilities"],
  "shortcuts": [
    {
      "name": "Family Feed",
      "url": "/?view=feed",
      "description": "View shared family moments"
    },
    {
      "name": "Notice Board",
      "url": "/?view=notices",
      "description": "View latest notice items"
    }
  ]
}
