{
  "name": "PixelTech Store",
  "short_name": "PixelTech",
  "description": "La mejor tecnología al alcance de tu mano. Envíos a toda Colombia.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#00AEC7",
  "orientation": "portrait",
  "shortcuts": [
    {
      "name": "Ver Carrito",
      "short_name": "Carrito",
      "url": "/shop/cart.html",
      "icons": [{ "src": "/img/icons/icon-192x192.webp", "sizes": "192x192" }]
    },
    {
      "name": "Buscar Producto",
      "short_name": "Buscar",
      "url": "/shop/catalog.html",
      "icons": [{ "src": "/img/icons/icon-192x192.webp", "sizes": "192x192" }]
    },
    {
      "name": "Mis Pedidos",
      "short_name": "Pedidos",
      "url": "/profile.html",
      "icons": [{ "src": "/img/icons/icon-192x192.webp", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "/img/icons/icon-192x192.webp",
      "sizes": "192x192",
      "type": "image/webp"
    },
    {
      "src": "/img/icons/icon-512x512.webp",
      "sizes": "512x512",
      "type": "image/webp"
    },
    {
      "src": "/img/icons/maskable_icon.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "categories": ["shopping", "technology", "productivity"],
  "lang": "es-CO",
  "dir": "ltr"
}