{
  "name": "Chefra",
  "short_name": "Chefra",
  "id": "/",
  "start_url": "/feed",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#faf6ef",
  "theme_color": "#faf6ef",
  "description": "Where recipes come home and communities gather.",
  "categories": ["food", "lifestyle", "social"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "https://getchefra.com/import",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "url": "url",
      "text": "text",
      "title": "title",
      "files": [{ "name": "shared_image", "accept": ["image/png", "image/jpeg", "image/webp", "image/heic", "image/heif", "image/gif"] }]
    }
  }
}