{
  "name": "BrainPalAI - Voice AI Companions",
  "short_name": "BrainPalAI",
  "description": "Real-time voice-driven AI companion platform with natural conversation",
  "start_url": "/dashboard?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "lang": "en",
  "dir": "ltr",

  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/screenshot1.jpg",
      "type": "image/jpg",
      "sizes": "1080x2340",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/screenshot2.jpg",
      "type": "image/jpg",
      "sizes": "1080x2340",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/screenshot3.jpg",
      "type": "image/jpg",
      "sizes": "1080x2340",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/screenshot-desktop1.jpg",
      "type": "image/jpg",
      "sizes": "2240x1328",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/screenshot-desktop2.jpg",
      "type": "image/jpg",
      "sizes": "2240x1328",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/screenshot-desktop3.jpg",
      "type": "image/jpg",
      "sizes": "2240x1328",
      "form_factor": "wide"
    }
  ],

  "categories": ["education", "productivity", "social", "entertainment"],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },

  "id": "brainpalai.net",
  "related_applications": [],
  "protocol_handlers": [
    {
      "protocol": "web+brainpal",
      "url": "/dashboard?handler=%s"
    }
  ]
} 
