{
  "name": "iPhone Center — Celulares Premium",
  "short_name": "iPhone Center",
  "description": "Tienda especializada en iPhone, AirPods, Apple Watch, iPad y accesorios originales.",
  "lang": "es",
  "dir": "ltr",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#07111f",
  "theme_color": "#2563EB",
  "categories": ["shopping", "lifestyle"],
  "icons": [
    {
      "src": "assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Productos destacados",
      "short_name": "Productos",
      "url": "./index.php#productos",
      "icons": [{"src": "assets/img/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Ofertas especiales",
      "short_name": "Ofertas",
      "url": "./index.php#ofertas",
      "icons": [{"src": "assets/img/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
