{
  "name": "MochiGather",
  "short_name": "MochiGather",
  "id": "com.mochigather.app",
  "description": "Potluck coordination made simple. Guests claim dishes instantly. Real-time updates. Zero drama.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "orientation": "portrait-primary",
  "background_color": "#f5f0ea",
  "theme_color": "#b84a2a",
  "lang": "en",
  "dir": "auto",
  "categories": ["food", "lifestyle", "productivity", "social"],
  "icons": [
    { "src": "/icons/icon-72x72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96x96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128x128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144x144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152x152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192x192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-384x384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512x512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1420x1008",
      "type": "image/png",
      "form_factor": "wide",
      "label": "MochiGather dashboard on desktop"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "1432x2811",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Guest claiming a dish on mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Create a Feast",
      "short_name": "New Feast",
      "description": "Start organizing a new potluck",
      "url": "/dashboard/create",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "View your feasts",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
