{
  "name": "Zayyan Baby Tracker",
  "short_name": "Zayyan Tracker",
  "description": "Track your baby's activities, sleep, feeding, and milestones",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#14b8a6",
  "categories": [
    "health",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "https://darkslategrey-wildcat-644298.hostingersite.com/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://darkslategrey-wildcat-644298.hostingersite.com/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "https://darkslategrey-wildcat-644298.hostingersite.com/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "https://darkslategrey-wildcat-644298.hostingersite.com/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-540x720.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-1280x720.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Feeding",
      "url": "/?action=feeding",
      "icons": [
        {
          "src": "/icon-feeding-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Log Sleep",
      "url": "/?action=sleep",
      "icons": [
        {
          "src": "/icon-sleep-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}