{
  "name": "FitPaddy",
  "short_name": "FitPaddy",
  "description": "Your friendly workout companion - Personalized fitness routines based on your goals and equipment",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAFAFA",
  "theme_color": "#10B981",
  "orientation": "portrait-primary",
  "scope": "/",
"icons": [
  {
    "src": "/icons/72.png",
    "sizes": "72x72",
    "type": "image/png",
    "purpose": "maskable any"
  },
  {
    "src": "/icons/96.png",
    "sizes": "96x96",
    "type": "image/png",
    "purpose": "maskable any"
  },
  {
    "src": "/icons/128.png",
    "sizes": "128x128",
    "type": "image/png",
    "purpose": "maskable any"
  },
  {
    "src": "/icons/144.png",
    "sizes": "144x144",
    "type": "image/png",
    "purpose": "maskable any"
  },
  {
    "src": "/icons/152.png",
    "sizes": "152x152",
    "type": "image/png",
    "purpose": "maskable any"
  },
  {
    "src": "/icons/192.png",
    "sizes": "192x192",
    "type": "image/png",
    "purpose": "maskable any"
  },
  {
    "src": "/icons/512.png",
    "sizes": "512x512",
    "type": "image/png",
    "purpose": "maskable any"
  }
],
  "categories": ["fitness", "health", "lifestyle"],
  "screenshots": [
    {
      "src": "/images/screenshot-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard"
    },
    {
      "src": "/images/screenshot-2.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Workout Screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Workout",
      "short_name": "Workout",
      "description": "Start today's workout",
      "url": "/dashboard?action=start-workout",
      "icons": [{ "src": "/icons/shortcut-workout.png", "sizes": "96x96" }]
    },
    {
      "name": "Log Weight",
      "short_name": "Weight",
      "description": "Log your current weight",
      "url": "/dashboard?action=log-weight",
      "icons": [{ "src": "/icons/shortcut-weight.png", "sizes": "96x96" }]
    }
  ]
}
