{
  "name": "MealForge",
  "short_name": "MealForge",
  "description": "AI-powered weekly meal planner",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAF7F2",
  "theme_color": "#2D4A3E",
  "lang": "nl",
  "icons": [
    {
      "src": "/icon/pwa-192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon/pwa-512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/import-recipe",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
