{
  "name": "PRASYST - The symbol of business integration",
  "short_name": "PRASYST",
  "description": "Pratham Systech India Ltd - Business Integration Platform",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#3A7BD5",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/images/logo192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to Dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/images/logo512.png",
          "sizes": "512x512"
        }
      ]
    },
    {
      "name": "Login",
      "short_name": "Login",
      "description": "Login to your account",
      "url": "/login",
      "icons": [
        {
          "src": "/images/logo512.png",
          "sizes": "512x512"
        }
      ]
    }
  ]
}