{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Acupatas",
  "short_name": "Bienvenidos a Acupatas",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#fff",
  "theme_color": "#fff",
  "description": "Acupatas.",
  "screenshots": [
    {
      "src": "/screenshot.png",
      "type": "image/png",
      "sizes": "862x568"
    },
    {
      "src": "/screenshot.png",
      "type": "image/png",
      "sizes": "862x568",
      "form_factor": "wide"
    }
  ]
}