{
  "id": "/",
  "name": "Home Chef Social - Sharing Food",
  "short_name": "Home Chef",
  "description": "Connecting home cooks with customers who crave authentic, home-cooked meals around the world.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["tabbed", "window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "background_color": "#ffffff",
  "theme_color": "#8B5A3C",
  "orientation": "portrait-primary",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["food", "lifestyle", "social"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "icons": [
    {
      "src": "/icon/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://hercules-cdn.com/file_1NPUQP5Kc4P9yLz4DyEZQe4m",
      "sizes": "768x1344",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Browse home-cooked meals from local chefs"
    },
    {
      "src": "https://hercules-cdn.com/file_Jp0cZhAs82UsXyz22EeG0MrT",
      "sizes": "768x1344",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "View chef profiles and order their dishes"
    },
    {
      "src": "https://hercules-cdn.com/file_OXi9bEymG0EhF4GEAWD8jj76",
      "sizes": "1344x768",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Home Chef desktop experience"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Cooks",
      "short_name": "Cooks",
      "description": "Find home cooks near you",
      "url": "/cooks?source=pwa-shortcut",
      "icons": [{ "src": "/icon/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "Track your food orders",
      "url": "/orders?source=pwa-shortcut",
      "icons": [{ "src": "/icon/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "Chat with cooks",
      "url": "/messages?source=pwa-shortcut",
      "icons": [{ "src": "/icon/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+homechef",
      "url": "/?protocol=%s"
    }
  ],
  "note_taking": {
    "new_note_url": "/notes/new"
  },
  "scope_extensions": [
    { "origin": "https://homechefsocial.onhercules.app" }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "preferred",
  "file_handlers": [
    {
      "action": "/open-file",
      "accept": {
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"],
        "image/webp": [".webp"]
      },
      "icons": [{ "src": "/icon/icon-192.png", "sizes": "192x192", "type": "image/png" }],
      "launch_type": "single-client"
    }
  ],
  "widgets": [
    {
      "name": "Home Chef Order Tracker",
      "short_name": "Orders",
      "description": "Track your latest Home Chef orders",
      "tag": "order-tracker",
      "template": "small-table",
      "ms_ac_template": "/widgets/order-tracker.json",
      "data": "/widgets/order-tracker-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "https://hercules-cdn.com/file_1NPUQP5Kc4P9yLz4DyEZQe4m",
          "sizes": "1024x1820",
          "label": "Order tracker widget"
        }
      ],
      "icons": [{ "src": "/icon/icon-192.png", "sizes": "192x192", "type": "image/png" }],
      "auth": false,
      "update": 900
    }
  ]
}
