{
  "name": "Baserooms",
  "short_name": "Baserooms",
  "description": "Secure video meetings on Base with wallet authentication",
  "version": "1.0.0",
  "manifest_version": 3,
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "capabilities": {
    "wallet": ["read", "sign"],
    "identity": ["read"],
    "media": ["camera", "microphone"]
  },
  "intents": [
    {
      "action": "create_meeting",
      "description": "Create a new video meeting room"
    },
    {
      "action": "join_meeting",
      "description": "Join an existing video meeting"
    }
  ]
}
