{
  "name": "Health and Wellbeing Project",
  "short_name": "HNWPro",
  "description": "Transform your health with a plan that adapts to you – flexible, empowering, and tailored for lasting results.",
  "categories": ["health", "fitness", "lifestyle"],
  "orientation": "portrait",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "https://res.cloudinary.com/dmmtngdyd/image/upload/v1738285053/Flyer_1_cropped_xya5ad.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your daily routine",
      "url": "/dashboard",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Exercises",
      "short_name": "Exercises",
      "description": "Go straight to your workout",
      "url": "/dashboard/exercise",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ],
  "theme_color": "#ffffff",
  "background_color": "#8ddb06",
  "display": "standalone",
  "start_url": "/"
}
