{
  "name": "Xavier Portal — QurioDirect",
  "short_name": "Xavier Portal",
  "description": "QurioDirect member portal powered by Xavier AI",
  "start_url": "/client/",
  "scope": "/client/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0d1117",
  "theme_color": "#6f42c1",
  "categories": ["finance", "business"],
  "icons": [
    {
      "src": "/static/client/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/client/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/client/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/client/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/client/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/client/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/client/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/client/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Wallet",
      "short_name": "Wallet",
      "url": "/client/?section=wallet",
      "icons": [{ "src": "/static/client/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Income Rotator",
      "short_name": "Rotator",
      "url": "/client/?section=income-rotator",
      "icons": [{ "src": "/static/client/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "My Links",
      "short_name": "Links",
      "url": "/client/?section=my-referrals",
      "icons": [{ "src": "/static/client/icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
