{
  "id": "/app",
  "name": "Bubs Daily",
  "short_name": "Bubs",
  "description": "Track feeds, nappies, sleep, growth and health for your baby.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["health", "lifestyle"],
  "background_color": "#FFF8F0",
  "theme_color": "#FFF8F0",
  "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-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Log a feed",
      "short_name": "Feed",
      "url": "/app?quick=feed",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Log a nappy",
      "short_name": "Nappy",
      "url": "/app?quick=nappy",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Start sleep",
      "short_name": "Sleep",
      "url": "/app?quick=sleep",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
