{
  "name": "QuiyoTube",
  "short_name": "QuiyoTube",
  "description": "PWA privada y local-first para ver vídeos de YouTube mediante reproductor oficial embebido.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#090c12",
  "theme_color": "#111827",
  "categories": ["entertainment", "productivity"],
  "icons": [
    {
      "src": "icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
