{
  "name": "Celfit - Workout Program Manager",
  "short_name": "Celfit",
  "description": "Manage your workout programs and track your fitness progress",
  "scope": "/gym",
  "start_url": "/gym/manage?utm_source=pwa",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/CelfitLogo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/CelfitLogo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/CelfitLogo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["fitness", "health"],
  "screenshots": [
    {
      "src": "/icons/CelfitLogo.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/icons/CelfitLogo.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}
