{
  "id": "/app/",
  "name": "chataiq — your AI assistant",
  "short_name": "chataiq",
  "description": "Voice-first personal & family AI assistant — notes, reminders, spaces, journeys.",
  "start_url": "/app/",
  "scope": "/app/",
  "display": "standalone",
  "background_color": "#0a0b0d",
  "theme_color": "#0a0b0d",
  "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-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/app/",
    "method": "GET",
    "params": { "title": "share_title", "text": "share_text", "url": "share_url" }
  },
  "shortcuts": [
    { "name": "New reminder", "url": "/app/?go=reminders", "icons": [{ "src": "/app/icon-192.png", "sizes": "192x192" }] },
    { "name": "Daily brief", "url": "/app/?go=brief", "icons": [{ "src": "/app/icon-192.png", "sizes": "192x192" }] }
  ]
}
