{
  "name": "Man's Field",
  "short_name": "Mansfield",
  "description": "A card game where you battle through an entire deck",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#2d6a4f",
  "theme_color": "#2d6a4f",
  "icons": [
    {
      "src": "./public/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./public/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
