{
  "id": "./?source=pwa",
  "name": "Gather — A Guest List & RSVP Command Center",
  "short_name": "Gather",
  "description": "An offline guest-list & RSVP tracker: household-first data model, a live catering rollup with a cited no-show buffer, an A/B-list capacity meter, and a chase list for non-responders. 100% local, no account.",
  "start_url": "./?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F6F0E4",
  "theme_color": "#F6F0E4",
  "categories": ["productivity", "lifestyle", "utilities"],
  "icons": [
    { "src": "assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "assets/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Add a household", "short_name": "Add household", "description": "Add a new household to your guest list", "url": "./?action=add&source=shortcut", "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
