{
  "name": "Roamly — Family AI Travel",
  "short_name": "Roamly",
  "description": "Your family's AI-powered travel crew. Real-time guides, dining picks, and local events.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fff7ed",
  "theme_color": "#F97316",
  "categories": ["travel", "lifestyle", "family"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat with your crew",
      "url": "/?screen=chat",
      "icons": [{ "src": "/icons/icon-96.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Explore nearby",
      "url": "/?screen=explore",
      "icons": [{ "src": "/icons/icon-96.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    }
  ]
}
