{
  "name": "Solxbit",
  "short_name": "Solxbit",
  "description": "UPI validation and management — check and store all your UPI IDs at one place.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "lang": "en",
  "categories": ["finance", "utilities"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Login",
      "url": "/login",
      "description": "Sign in to your workspace"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Open your dashboard"
    }
  ]
}
