{
  "name": "CookMyWay",
  "short_name": "CookMyWay",
  "description": "Import recipes from anywhere. AI adapts them to your dietary restrictions. CookMyWay plans your week, builds your shopping list, and takes the stress out of mealtime.",
  "start_url": "/recipes",
  "scope": "/",
  "display": "standalone",
  "background_color": "#faf7f2",
  "theme_color": "#1a1a1a",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/import",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
