{
  "name": "RevTrove - Modern Digital Banking",
  "short_name": "RevTrove",
  "description": "Modern digital banking with secure transfers, investment tools, and trusted financial services worldwide.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "window", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#7C3AED",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "banking"],
  "prefer_related_applications": false,
  "scope": "/",
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your banking dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Accounts",
      "short_name": "Accounts",
      "description": "View your accounts",
      "url": "/accounts",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
