{
    "name": "bunq",
    "short_name": "bunq",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "description": "My Progressive Web App built with Next.js!",
    "theme_color": "#000000",
    "icons": [
      {
        "src": "/icons/icon-192x192.png",
        "type": "image/png",
        "sizes": "192x192"
      },
      {
        "src": "/icons/icon-512x512.png",
        "type": "image/png",
        "sizes": "512x512"
      }
    ]
  }
  