{
  "name": "Cloud Cookbook",
  "short_name": "Cloud Cookbook",
  "start_url": "/recipes",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2e7d32",
  "icons": [
    { "src": "apple-touch-icon.png", "sizes": "150x150", "type": "image/png", "purpose": "any" }
  ],
  "share_target": {
    "action": "/recipes/import",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "url": "url",
      "text": "text",
      "files": [
        { "name": "file", "accept": ["application/pdf", "image/*"] }
      ]
    }
  }
}
