{
  "name": "The Highway Health Coach",
  "short_name": "Highway Health Coach",
  "description": "Specialized nutrition and lifestyle coaching for truck drivers and transportation professionals.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1a1a1a",
  "orientation": "portrait-primary",
  "categories": ["health", "fitness", "lifestyle", "productivity"],
  "lang": "en-US",
  "scope": "/",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "any",
      "type": "image/x-icon"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot1.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Homepage of The Highway Health Coach"
    },
    {
      "src": "screenshot2.jpg",
      "sizes": "640x1136",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Services page on mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Services",
      "url": "/services",
      "description": "View our health coaching services"
    },
    {
      "name": "Contact",
      "url": "/contact",
      "description": "Get in touch with us"
    },
    {
      "name": "Intake Form",
      "url": "https://form.typeform.com/to/ILD7Eod2",
      "description": "Fill out our intake form"
    }
  ]
}