{
  "name": "MealMaster",
  "short_name": "MealMaster",
  "description": "Plan meals. Cook with confidence.",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#059669",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/recipes/import",
    "method": "GET",
    "params": { "url": "url", "text": "text", "title": "title" }
  }
}
