{
  "name": "HealthFork",
  "short_name": "HealthFork",
  "description": "Meals from 20 cuisines, diet plans and home workouts for the whole family.",
  "start_url": "/app/",
  "display": "standalone",
  "background_color": "#F4F1E8",
  "theme_color": "#4F7A58",
  "icons": [
    {
      "src": "/web/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/web/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/web/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "scope": "/app/"
}