{
  "name": "Chess Timer",
  "short_name": "Chess Timer",
  "description": "Simple chess clock for two players",
  "start_url": "/chesstimer/",
  "display": "standalone",
  "background_color": "#1E1E1E",
  "theme_color": "#1E1E1E",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/chesstimer/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/chesstimer/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
