{
  "short_name": "MetJou",
  "name": "MetJou: De date-app voor koppels.",
  "display": "standalone",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "theme_color": "#980B19",
  "background_color": "#980B19",
  "icons": [
      {
        "src": "/icons/icon.svg",
        "sizes": "any",
        "type": "image/svg+xml",
        "purpose": "any"
      },
      {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
      },
      {
          "src": "/icons/icon-512.png",
          "sizes": "512x512",
          "type": "image/png",
          "purpose": "any"
      }
  ]
}