{
  "short_name": "WellEx",
  "name": "Well Expertise PWA",
  "description": "Advanced web application systems",
  "icons": [
    {
      "src": "/we-touch-icon.png",
      "type": "image/png",
      "sizes": "192x192"
    }
  ],
  //"start_url": "/login",
  "background_color": "#fff",
  "display": "fullscreen ",
  "scope": "/",
  "theme_color": "#346ca7",
  "shortcuts": [
    {
      "name": "Incident Reports",
      "short_name": "Incident",
      "description": "View incidents here",
      "url": "/inc",
      //"icons": [{ "src": "/images/today.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard Overview",
      "short_name": "Dashboard",
      "description": "View detailed statistics on your system",
      "url": "/dash",
      //"icons": [{ "src": "/images/tomorrow.png", "sizes": "192x192" }]
    }
  ]
}