{
  "name": "VirtualMixShop",
  "short_name": "VMS",
  "description": "Tienda online VirtualMixShop — catálogo, carrito y pagos.",
  "lang": "es",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "icons": [
    {
      "src": "/static/img/logo.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/favicon.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Buscar productos",
      "url": "/buscar",
      "description": "Buscar en el catálogo"
    },
    {
      "name": "Mi carrito",
      "url": "/carrito",
      "url_heuristics": ["cart"]
    }
  ]
}
