{
  "name": "OBubba — Smart Baby Tracker",
  "short_name": "OBubba",
  "description": "Track feeds, sleep, naps, milestones & growth with personalised predictions powered by NHS guidance.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F0DDD6",
  "theme_color": "#F0DDD6",
  "categories": ["health", "lifestyle"],
  "lang": "en-GB",
  "dir": "ltr",
  "icons": [
    {
      "src": "icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Log Feed",
      "short_name": "Feed",
      "url": "/?action=log_feed",
      "icons": [{ "src": "icons/shortcut-feed.png", "sizes": "96x96" }]
    },
    {
      "name": "Log Sleep",
      "short_name": "Sleep",
      "url": "/?action=log_sleep",
      "icons": [{ "src": "icons/shortcut-sleep.png", "sizes": "96x96" }]
    },
    {
      "name": "Log Nappy",
      "short_name": "Nappy",
      "url": "/?action=log_nappy",
      "icons": [{ "src": "icons/shortcut-nappy.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/?action=share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "photos",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "handle_links": "preferred",
  "scope_extensions": [
    { "origin": "https://obubba.com" }
  ]
}
