{
  "name": "NewRoot — Relocation co-pilot",
  "short_name": "NewRoot",
  "description": "AI-guided immigration, a tailored moving checklist, and timely reminders for your relocation.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f0e8",
  "theme_color": "#1a3c2a",
  "lang": "en",
  "categories": ["productivity", "travel", "lifestyle"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "AI guidance", "url": "/app/chat", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Checklist", "url": "/app/checklist", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Reminders", "url": "/app/reminders", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}
