{
  "name": "Chelf — Recipe Library",
  "short_name": "Chelf",
  "description": "Save recipes from any web page or screenshot. Build a clean cookbook you actually use.",
  "start_url": "/library",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f0e8",
  "theme_color": "#7d9b76",
  "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-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/add",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    { "name": "Add recipe", "short_name": "Add", "url": "/add", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Shopping list", "short_name": "Shopping", "url": "/shopping", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}
