{
  "name": "Recipe Runner — Recipes to Shopping Lists",
  "short_name": "Recipe Runner",
  "description": "Turn any recipe link into a store-ready, priced shopping list. Cook, save, and discover beautiful recipes.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#faf6ef",
  "theme_color": "#d17a4f",
  "categories": ["food", "lifestyle", "shopping"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}