{
  "name": "Recetario Belén",
  "short_name": "Recetas",
  "description": "App de recetas personalizadas para Belén - Menú diario, lista de compra y bases de preparación",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f8f6f1",
  "theme_color": "#7a6a55",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%237a6a55' width='192' height='192'/><text x='96' y='96' font-size='120' font-weight='bold' fill='%23f8f6f1' text-anchor='middle' dominant-baseline='middle' font-family='Georgia, serif'>🍽️</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%237a6a55' width='512' height='512'/><text x='256' y='256' font-size='320' font-weight='bold' fill='%23f8f6f1' text-anchor='middle' dominant-baseline='middle' font-family='Georgia, serif'>🍽️</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["food", "lifestyle"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23f8f6f1' width='540' height='720'/><text x='270' y='360' font-size='80' fill='%237a6a55' text-anchor='middle' dominant-baseline='middle'>Recetario</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Ver menú de hoy",
      "short_name": "Hoy",
      "description": "Abre el menú del día actual",
      "url": "/?tab=home",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%237a6a55' width='96' height='96'/><text x='48' y='48' font-size='60' fill='%23f8f6f1' text-anchor='middle' dominant-baseline='middle'>🏠</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Lista de compra",
      "short_name": "Compra",
      "description": "Abre la lista de compra",
      "url": "/?tab=shop",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%237a6a55' width='96' height='96'/><text x='48' y='48' font-size='60' fill='%23f8f6f1' text-anchor='middle' dominant-baseline='middle'>🛒</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
