{
  "name": "BondBridge",
  "short_name": "BondBridge",
  "description": "Connect better with the people who matter most — personality-aware reminders, mutual expectations, and thoughtful nudges.",
  "id": "/app",
  "start_url": "/app",
  "scope": "/app",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0C1E4A",
  "theme_color": "#0072C6",
  "categories": ["lifestyle", "social", "productivity"],
  "share_target": {
    "action": "/app/share-target",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "icons": [
    { "src": "/app/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/app/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/app/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
