{
    "name": "AdvisorOS",
    "short_name": "AdvisorOS",
    "start_url": "/?source=pwa",
    "display": "standalone",
    "background_color": "#18181b",
    "theme_color": "#18181b",
    "orientation": "portrait-primary",
    "icons": [
      {
        "src": "/img/mobile-app.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any maskable"
      },
      {
        "src": "/img/mobile-app.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any maskable"
      }
    ]
  }