{
  "name": "Kraved",
  "short_name": "Kraved",
  "description": "Paste any recipe URL. Cook it as a step-by-step checklist with ingredients integrated into every step.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#faf3e3",
  "theme_color": "#1f3a2b",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/add",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
