{
  "name": "Go Figure Client Portal",
  "short_name": "GFA Portal",
  "description": "Secure client requests, organizers, messages, and documents.",
  "id": "./client-portal/",
  "start_url": "./client-portal/",
  "scope": "./client-portal/",
  "display": "standalone",
  "background_color": "#f7f8f5",
  "theme_color": "#0D9E93",
  "icons": [
    {
      "src": "./portal-icon-512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./portal-icon-192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./portal-apple-touch-icon-v2.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "./portal-favicon-v2.png",
      "sizes": "64x64",
      "type": "image/png"
    }
  ]
}