{
  "name": "Recipe Keeper",
  "short_name": "Recipes",
  "description": "Store, organize, and track your favorite recipes with photos, ratings, and filters",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#ffffff",
  "background_color": "#f5f3f0",
  "categories": ["food", "lifestyle"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23f5f3f0' width='192' height='192'/><text x='50%' y='50%' font-size='110' font-weight='bold' text-anchor='middle' dominant-baseline='central' fill='%23d4a574'>🍳</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='%23f5f3f0' width='512' height='512'/><text x='50%' y='50%' font-size='350' font-weight='bold' text-anchor='middle' dominant-baseline='central' fill='%23d4a574'>🍳</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23f5f3f0' width='540' height='720'/><text x='50%' y='100' font-size='40' font-weight='bold' text-anchor='middle' fill='%232c2c2a'>Recipe Keeper</text><rect x='20' y='150' width='500' height='500' fill='white' stroke='%23d3d1c7' stroke-width='2' rx='12'/><text x='50%' y='450' font-size='30' text-anchor='middle' fill='%23888780'>Store &amp; organize recipes</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ]
}
