{
  "name": "Simulador de Delivery",
  "short_name": "Mi Pedido",
  "description": "Segui tu pedido de delivery en tiempo real",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f8f9fa",
  "theme_color": "#ff2d55",
  "orientation": "portrait",
  "scope": "./",
  "categories": ["food", "utilities"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' fill='%23ff2d55'/><text x='96' y='150' font-size='130' text-anchor='middle' fill='white'>🍕</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' fill='%23ff2d55'/><text x='256' y='400' font-size='350' text-anchor='middle' fill='white'>🍕</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ver mi pedido",
      "short_name": "Pedido",
      "description": "Ver estado del pedido actual",
      "url": "./index.html",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='0.9em' font-size='90'>🍕</text></svg>",
          "sizes": "96x96"
        }
      ]
    }
  ]
}