{
  "id": "com.veroscribe.app",
  "name": "Vero Scribe",
  "short_name": "Vero",
  "start_url": "/signin/password_signin",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay"],
  "description": "Vero Scribe is an AI-powered medical documentation tool designed to streamline clinical note-taking for healthcare providers.",
  "lang": "en",
  "scope": "https://secure.veroscribe.com",
  "dir": "auto",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "orientation": "portrait",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "categories": ["productivity", "healthcare", "medical"],
  "icons": [
    {
      "src": "/favicon.ico",
      "type": "image/x-icon",
      "sizes": "16x16 32x32",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "prefer_related_applications": false
}
