{
  "name": "FoodNow · Pide, Disfruta, Repite",
  "short_name": "FoodNow",
  "description": "Explora el menú, arma tu pedido y sigue tu entrega en tiempo real.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFF8F3",
  "theme_color": "#E8472B",
  "lang": "es-PE",
  "categories": ["food", "shopping", "lifestyle"],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ver menú",
      "url": "/menu"
    },
    {
      "name": "Ofertas",
      "url": "/ofertas"
    },
    {
      "name": "Mi carrito",
      "url": "/carrito"
    }
  ]
}
