{
  "name": "Hente app",
  "short_name": "Hente app",
  "theme_color": "#FFFFFF",
  "background_color": "#FFFFFF",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "index.html",
  "icons": [
        {
            "src": "512icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "1024icon.png",
            "sizes": "1024x1024",
            "type": "image/png",
            "purpose": "maskable"
        }        
    ]
}
