{
  "name": "Avatar Studios AI - AI-Powered 3D Avatar Creation",
  "short_name": "Avatar Studios",
  "description": "Create stunning AI-powered 3D avatars with advanced customization, live streaming integration, and marketplace monetization",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#00C4FF",
  "background_color": "#0D0D0D",
  "categories": ["graphics", "entertainment", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Ir al dashboard principal",
      "url": "/dashboard"
    },
    {
      "name": "Live Stream",
      "short_name": "Stream",
      "description": "Iniciar transmisión en vivo",
      "url": "/live"
    },
    {
      "name": "Marketplace",
      "short_name": "Market",
      "description": "Explorar el marketplace",
      "url": "/marketplace"
    },
    {
      "name": "Analytics",
      "short_name": "Stats",
      "description": "Ver analytics y métricas",
      "url": "/analytics"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["image/*", "model/gltf-binary", "model/gltf+json"]
        }
      ]
    }
  }
}
