{
  "id": "/",
  "name": "Bloom — Co-parenting Support Hub",
  "short_name": "Bloom",
  "description": "Bloom is a private co-parenting record-keeping app that helps single parents log daily care, track custody routines and stay organised across two homes.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#FBF7F1",
  "theme_color": "#6F5F8E",
  "categories": ["lifestyle", "productivity", "parenting"],
  "lang": "en-AU",
  "dir": "ltr",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "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-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile-home.png",
      "sizes": "412x915",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Bloom dashboard with bills, to-dos and reminders"
    },
    {
      "src": "/screenshot-mobile-resources.png",
      "sizes": "412x915",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Daily Log with per-family calendar and entries"
    },
    {
      "src": "/screenshot-wide-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Shared children's expenses split between parents"

    }
  ],
  "shortcuts": [
    {
      "name": "New log entry",
      "short_name": "New log",
      "description": "Record today's care notes in your daily log",
      "url": "/diary",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Parenting Calendar",
      "short_name": "Schedule",
      "description": "View your custody and care calendar",
      "url": "/parenting-calendar",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
