{
  "name": "VentaRifas.com - Rifas y Sorteos Online",
  "short_name": "VentaRifas",
  "description": "La plataforma líder para rifas y sorteos online en Argentina. Compra boletos, participa en rifas seguras y gana premios increíbles.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "es-AR",
  "dir": "ltr",
  "categories": [
    "entertainment",
    "games",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-home.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "platform": "wide",
      "label": "Página principal en desktop"
    },
    {
      "src": "/screenshots/mobile-rifas.jpg", 
      "sizes": "390x844",
      "type": "image/jpeg",
      "platform": "narrow",
      "label": "Vista de rifas en móvil"
    }
  ],
  "shortcuts": [
    {
      "name": "Ver Rifas",
      "short_name": "Rifas",
      "description": "Ver todas las rifas disponibles",
      "url": "/rifas",
      "icons": [
        {
          "src": "/icons/shortcut-rifas.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Mis Participaciones",
      "short_name": "Mis Rifas",
      "description": "Ver mis rifas y participaciones",
      "url": "/mis-rifas",
      "icons": [
        {
          "src": "/icons/shortcut-mis-rifas.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Contacto",
      "short_name": "Ayuda",
      "description": "Contactar soporte",
      "url": "/contacto",
      "icons": [
        {
          "src": "/icons/shortcut-contacto.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.ventarifas.android",
      "id": "com.ventarifas.android"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/ventarifas/id123456789",
      "id": "123456789"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}