{
  "name": "AiDraw – Dibuja en el Aire con IA",
  "short_name": "AiDraw",
  "description": "Dibuja en el aire con tu dedo índice usando IA. Draw in the air with AI gesture detection.",
  "start_url": "./",
  "scope": "/",
  "display": "fullscreen",
  "orientation": "any",
  "background_color": "#0d0d14",
  "theme_color": "#38d9f5",
  "lang": "es",
  "dir": "ltr",
  "categories": [
    "art",
    "entertainment",
    "education",
    "utilities"
  ],
  "shortcuts": [
    {
      "name": "Abrir App / Open App",
      "short_name": "Dibujar",
      "description": "Ir directamente a la app de dibujo",
      "url": "./app.html",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "display_override": [
    "fullscreen",
    "standalone",
    "minimal-ui"
  ]
}