{
  "short_name": "Golf",
  "name": "Golf app to record scores",
  "icons": [
    {
      "src": "/img/golf.ico",
      "type": "image/x-icon",
      "sizes": "512x512"
    },
    {
      "src": "/img/golf512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/img/golf192.png",
      "type": "image/png",
      "sizes": "192x192"
    }
  ],
  "id": "/?source=golfappv1",
  "start_url": "./",
  "background_color": "#198754",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#198754"
}