{
  "name": "G0 Lab",
  "short_name": "G0 Lab",
  "description": "Centro de control del servidor G0",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A0E18",
  "theme_color": "#0A0E18",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Buscar película",
      "url": "/?tab=peliculas",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Descargas",
      "url": "/?tab=peliculas&sub=descargas",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Mis notas",
      "url": "/?tab=notas",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Apagar server",
      "url": "/?action=shutdown",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}