{
  "name": "Ingrid sin treningsapp",
  "short_name": "Trening",
  "start_url": "/training-app.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fdf6ee",
  "theme_color": "#fdf6ee",
  "categories": ["health", "fitness"],
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}