{
  "name": "Ragauti",
  "short_name": "Ragauti",
  "description": "Your personal recipe book",
  "theme_color": "#fdf6ee",
  "background_color": "#fdf6ee",
  "display": "standalone",
  "start_url": "/recipes",
  "scope": "/",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": { "url": "url" }
  }
}
