{
  "id": "/",
  "name": "Simple Scoreboard",
  "short_name": "Scoreboard",
  "start_url": "/scoreboard/scoreboard.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#00ff00",
  "theme_color": "#00ff00",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "Teams",
      "short_name": "Teams",
      "url": "/teams/teams-config.html",
      "icons": [
        {
          "src": "/icons/teams-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Animations",
      "short_name": "Animations",
      "url": "/animations/hr-animations.html",
      "icons": [
        {
          "src": "/icons/anims-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
