{
  "name": "Rigid ERP",
  "short_name": "Rigid ERP",
  "description": "The in-house operations platform for RIGID Engineering Consultants.",
  "theme_color": "#42637a",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "id": "/",
  "icons": [
    {
      "src": "pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Admin Login",
      "short_name": "Admin",
      "description": "Sign in to the Rigid ERP admin portal",
      "url": "/admin/login",
      "icons": [
        {
          "src": "pwa-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Employee Login",
      "short_name": "Employee",
      "description": "Sign in to the Rigid ERP employee portal",
      "url": "/auth",
      "icons": [
        {
          "src": "pwa-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
