{
  "name": "WellFit App",
  "short_name": "WellFit",
  "description": "Move, Learn, Earn - Dein Betriebssystem für Gesundheit.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#0099a8",
  "icons": [
    {
      "src": "Logo.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "Logo.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}