{
  "name": "Spiel-Timer",
  "short_name": "Spieltimer",
  "description": "Timer für Spiele",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ffc400",
  "theme_color": "#ffc400",
  "orientation": "portrait",
  "icons": [
    {
      "src": "192",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "512",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}