File "manifest.json"

Full Path: C:/wamp64/www/RegistroEquipos2/manifest.json
File size: 410 bytes
MIME-type: application/json
Charset: utf-8

{
  "name": "Control de Equipos",
  "short_name": "Equipos",
  "start_url": "/inicioSesion.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2f3ba2",
  "icons": [
    {
      "src": "/img/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/img/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}