{
  "name": "Karaoke Tube - Sistema de Karaoke",
  "short_name": "Karaoke Tube",
  "description": "Sistema completo de Karaoke com pedidos via QR Code, fila auto-play, ranking por likes/votos e pontuação de voz",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay"],
  "background_color": "#0a0a0f",
  "theme_color": "#ff0080",
  "orientation": "any",
  "categories": ["music", "entertainment"],
  "lang": "pt-BR",
  "dir": "ltr",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%23ff0080'/><text x='50%' y='58%' dominant-baseline='middle' text-anchor='middle' font-size='60'>🎤</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='40' fill='%23ff0080'/><text x='50%' y='55%' dominant-baseline='middle' text-anchor='middle' font-size='110'>🎤</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='110' fill='%230a0a0f'/><rect x='40' y='40' width='432' height='432' rx='90' fill='%23ff0080'/><text x='50%' y='54%' dominant-baseline='middle' text-anchor='middle' font-size='280'>🎤</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Buscar Música",
      "short_name": "Buscar",
      "description": "Buscar e tocar músicas",
      "url": "./?action=search",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='80'>🔍</text></svg>", "sizes": "96x96" }]
    },
    {
      "name": "Pedidos QR",
      "short_name": "QR Pedidos",
      "description": "Ver pedidos via QR Code",
      "url": "./?action=requests",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='80'>📱</text></svg>", "sizes": "96x96" }]
    },
    {
      "name": "Ranking",
      "short_name": "Ranking",
      "description": "Ver ranking por likes e votos",
      "url": "./?action=ranking",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='80'>🏆</text></svg>", "sizes": "96x96" }]
    }
  ],
  "screenshots": [],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "preferred"
}
