{
  "short_name": "THIG",
  "name": "That Health Insurance Guy",
  "description": "Your nationwide partner for health, dental, and vision insurance. Get free quotes, compare plans, and find the best coverage for your needs and budget.",
  "icons": [
    {
      "src": "/img/android-chrome-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/img/android-chrome-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/img/android-chrome-maskable-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/img/desktop-preview.jpg",
      "sizes": "1909x904",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "That Health Insurance Guy - Desktop View"
    },
    {
      "src": "/img/mobile-preview.jpg",
      "sizes": "374x815",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "That Health Insurance Guy - Mobile View"
    }
  ],
  "id": "/",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "background_color": "#FFFFFF",
  "theme_color": "#FFFFFF",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "dir": "ltr",
  "lang": "en-US",
  "prefer_related_applications": false,
  "categories": [
    "finance",
    "health",
    "business",
    "insurance"
  ],
  "shortcuts": [
    {
      "name": "Get Free Quote",
      "short_name": "Quote",
      "description": "Get a free health insurance quote in 60 seconds",
      "url": "/quote-tool?utm_source=pwa_shortcut",
      "icons": [{ "src": "/public/img/android-chrome-192x192.png", "sizes": "96x96" }]
    },
    {
      "name": "Schedule Audit",
      "short_name": "Schedule",
      "description": "Schedule a free insurance audit",
      "url": "/calendar?utm_source=pwa_shortcut",
      "icons": [{ "src": "/public/img/android-chrome-192x192.png", "sizes": "96x96" }]
    }
  ]
}
