{
  "name": "Dustin Health Advisor",
  "short_name": "Dustin Advisor",
  "id": "/?source=pwa",
  "start_url": "/?utm_source=pwa&utm_medium=app",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#03070d",
  "theme_color": "#06111f",
  "description": "ACA and private health insurance guidance, appointment preparation, client support, and renewal reminders.",
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Schedule Review",
      "short_name": "Schedule",
      "url": "/#contact?utm_source=pwa&utm_medium=shortcut",
      "icons": [
        {
          "src": "/assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Appointment Prep",
      "short_name": "Prepare",
      "url": "/appointment-prep?utm_source=pwa&utm_medium=shortcut",
      "icons": [
        {
          "src": "/assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Client Support",
      "short_name": "Support",
      "url": "/client-support?utm_source=pwa&utm_medium=shortcut",
      "icons": [
        {
          "src": "/assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Renewal Reminder",
      "short_name": "Renewal",
      "url": "/renewal-reminder?utm_source=pwa&utm_medium=shortcut",
      "icons": [
        {
          "src": "/assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}