{
  "name": "Virtual Angels",
  "short_name": "VA",
  "description": "AI-powered virtual assistant with real-time communication",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#5F2B6C",
  "orientation": "portrait-primary",
  "scope": "/",
  "dir": "ltr",
  "lang": "en-US",
  "categories": ["productivity", "business", "utilities"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon-152x152.svg",
      "sizes": "152x152",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon-180x180.svg",
      "sizes": "180x180",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-1.png",
      "type": "image/png",
      "sizes": "1280x720",
      "label": "Dashboard view"
    },
    {
      "src": "/screenshots/screenshot-2.png",
      "type": "image/png",
      "sizes": "1280x720",
      "label": "Chat interface"
    },
    {
      "src": "/screenshots/screenshot-3.png",
      "type": "image/png",
      "sizes": "1280x720",
      "label": "Video conference"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Chat",
      "short_name": "Chat",
      "description": "Open chat interface",
      "url": "/chat",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Video Call",
      "short_name": "Video",
      "description": "Start video conference",
      "url": "/video",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "virtual-angels",
      "url": "/protocol?url=%s"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["image/*", "video/*", "audio/*", ".pdf", ".doc", ".docx"]
        }
      ]
    }
  },
  "features": [
    "webrtc",
    "notifications",
    "geolocation",
    "microphone",
    "camera",
    "speaker"
  ],
  "permissions": {
    "audio-capture": {
      "description": "Required for voice calls and audio messages"
    },
    "video-capture": {
      "description": "Required for video calls"
    }
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "auto"
  },
  "scope_extensions": [
    {
      "origin": "*.virtual-angels.ai"
    }
  ]
}