{
  "short_name": "Escritor",
  "name": "Escritor en La Nube APP",
  "icons": [
    {
      "src": "/logo.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose" :"any maskable"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/index.html",
  "background_color": "#3367D6",
  "display": "fullscreen",
  "scope": "/",
  "theme_color": "#3367F6",
  "shortcuts": [
    {
      "name": "Escritor App",
      "short_name": "Escritor",
      "description": "Escribe tus libros en la nube",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }],
      "url": "/index.html"
    }
  ]
}