{
  "name": "REFLEX - Desafio de Reflejos",
  "short_name": "REFLEX",
  "description": "Juego de reflejos para tótem ONE",
  "start_url": "./index.html",
  "display": "fullscreen",
  "orientation": "any",
  "background_color": "#070714",
  "theme_color": "#070714",
  "icons": [
    {
      "src": "img/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "img/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}