{
  "name": "Scorekeeper",
  "short_name": "Scorekeeper",
  "description": "Jouw persoonlijke score-bijhouder",
  "start_url": "./app.html",
  "display": "standalone",
  "background_color": "#009944",
  "theme_color": "#009944",
  "icons": [
    {
      "src": "./favicon.ico",
      "sizes": "16x16 32x32 48x48 64x64",
      "type": "image/x-icon",
      "purpose": "any maskable"
    }
  ],
  "orientation": "portrait"
}