{
  "name": "Family Organization HQ",
  "short_name": "FamilyOrgHQ",
  "description": "A mobile-first family workspace with offline capture and safe background sync.",
  "id": "/hq",
  "start_url": "/hq",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#020617",
  "theme_color": "#14201b",
  "icons": [
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Journal", "url": "/journal", "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }] },
    { "name": "Calendar", "url": "/calendar", "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }] }
  ],
  "share_target": {
    "action": "/journal",
    "method": "GET",
    "params": { "title": "shareTitle", "text": "shareText", "url": "shareUrl" }
  }
}
