{
  "name": "Ghotok Mama",
  "short_name": "Ghotok Mama",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#EC017A",
  "orientation": "any",
  "status_bar": "black",
  "icons": [
    {
      "src": "/assets/images/512x512-App-Icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Go to home page",
      "url": "/",
      "icons": [{ "src": "/assets/images/512x512-App-Icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Biodatas",
      "short_name": "Biodatas",
      "description": "Go to biodatas list",
      "url": "/biodatas",
      "icons": [{ "src": "/assets/images/512x512-App-Icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/assets/images/512x512-App-Icon.png", "sizes": "96x96" }]
    }
  ]
}