{
  "name": "Austrian Dashboard",
  "short_name": "Dashboard",
  "description": "Austrian Dashboard is a comprehensive management tool designed to help you efficiently manage your tools, collaboration and other aspects of your worklife at Austrian.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "portrait", 
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png"
    }
  ],
  "splash_pages": ["/splash.html"], 

  "scope": "/",
  "id": "/",
  "serviceworker": {
    "src": "/service-worker.js",
    "scope": "/",
    "type": "module"
  },
  "dir": "ltr",
  "lang": "en"
}
