{
    "name": "Rafiki ChildCare Management System",
    "short_name": "Rafiki ChildCare MS",
    "description": "Rafiki ChildCare Management System",
    "start_url": "/user-authenticate/",
    "display": "standalone",
    "background_color": "#f5f5f5",
    "theme_color": "#f5f5f5",
    "orientation": "portrait",
    "icons": [
 
      {
        "src": "/static/icons/web-app-manifest-192x192.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "/static/icons/web-app-manifest-512x512.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ],
    "shortcuts": [
      {
        "name": "Login",
        "short_name": "Login",
        "description": "Login to Rafiki ChildCare MS",
        "url": "/user-authenticate/",
        "icons": [{ "src": "/static/icons/favicon-96x96.png", "sizes": "96x96" }]
      }
    ]
}
  
