{
  "name": "UVISA",
  "short_name": "UVISA",
  "description": "UVISA Application",
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "background_color": "#050709",
  "theme_color": "#050709",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "business",
    "finance"
  ],
  "prefer_related_applications": false,
  "display_override": ["window-controls-overlay", "standalone"]
}