{
  "name": "Bubbles",
  "short_name": "Bubbles",
  "description": "AI companion travel guide — your spirit friends who know every city",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#0f1117",
  "theme_color": "#0f1117",
  "orientation": "portrait",
  "categories": ["travel", "lifestyle", "navigation"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat with companion",
      "short_name": "Chat",
      "url": "/bubbles-app.html#chat",
      "description": "Open chat with your active companion"
    },
    {
      "name": "Check in",
      "short_name": "Check in",
      "url": "/bubbles-app.html#checkin",
      "description": "Check in to your current location"
    }
  ]
}
