{
  "name": "Swift Cuts",
  "short_name": "Swift Cuts",
  "start_url": "/battle",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#0f0f0f",
  "background_color": "#0f0f0f",
  "icons": [
    {
      "src": "/static/icon-180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/static/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}