{
  "name": "The Terminal",
  "short_name": "Terminal",
  "description": "Dart-scorebord app",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#e67e22",
  "orientation": "any",
  "icons": [
    {
      "src": "Afbeeldingen/app_icon_192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "Afbeeldingen/app_icon_512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}