{
  "name": "vit - Voeding & Workout Tracking",
  "short_name": "vit",
  "description": "Een simpele tool om je voeding, workouts en vooruitgang te tracken. Gezondere gewoontes zonder gedoe.",
  "start_url": "/overview",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366F1",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": [
    "health",
    "lifestyle",
    "productivity"
  ],
  "lang": "nl",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/vit.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Overview",
      "short_name": "Overview",
      "description": "View your daily metrics",
      "url": "/overview",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Add Nutrition",
      "short_name": "Add Food",
      "description": "Quickly add nutrition",
      "url": "/addNutrition",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}