{
  "name": "Momentum Wellness Tracker",
  "short_name": "Momentum",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#2196f3",
  "theme_color": "#2196f3",
  "description": "Modern Wellness App for Tracking Health, Fitness, and Wellness Goals",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/images/splash/splash-outdoor-1.jpg",
      "type": "image/jpeg"
    },
    {
      "src": "/images/splash/splash-outdoor-2.jpg",
      "type": "image/jpeg",
      "form_factor": "wide"
    }
  ]
}