{
  "name": "Nubly Video",
  "short_name": "Nubly Video",
  "description": "Tu biblioteca de películas y series",
  "start_url": "/home.php",
  "display": "standalone",
  "background_color": "#0f0f23",
  "theme_color": "#6366f1",
  "orientation": "any",
  "scope": "/",
  "lang": "es",
  "categories": ["entertainment", "video"],
  "icons": [
    {
      "src": "/assets/icons/nubly-video-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Buscar Títulos",
      "short_name": "Buscar",
      "description": "Buscar películas y series",
      "url": "/encontrar_titulos.php",
      "icons": [{ "src": "/assets/icons/nubly-video-icon.svg", "sizes": "any" }]
    }
  ]
}
