{
  "name": "NEURACOM by TelcaVoIP",
  "short_name": "NEURACOM",
  "description": "AI platform — Chat with Claude, GPT and Gemini, generate images, code and analyze documents. Powered by TelcaVoIP.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#05073B",
  "theme_color": "#05073B",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "business", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/brand/pwa/icon-72.png",  "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/brand/pwa/icon-96.png",  "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/brand/pwa/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/brand/pwa/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/brand/pwa/icon-152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/brand/pwa/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/brand/pwa/icon-256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "/brand/pwa/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/brand/pwa/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/brand/pwa/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/brand/pwa/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "New chat",
      "short_name": "Chat",
      "description": "Start a fresh conversation with the AI",
      "url": "/chat?source=pwa-shortcut",
      "icons": [{ "src": "/brand/pwa/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Voice input",
      "short_name": "Voice",
      "description": "Talk to NEURACOM and let Whisper transcribe",
      "url": "/chat?voice=1&source=pwa-shortcut",
      "icons": [{ "src": "/brand/pwa/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Image Studio",
      "short_name": "Image",
      "description": "Generate images with Gemini Nano Banana or GPT-Image-1",
      "url": "/images?source=pwa-shortcut",
      "icons": [{ "src": "/brand/pwa/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Code Builder",
      "short_name": "Code",
      "description": "Generate working code in 12+ languages",
      "url": "/code?source=pwa-shortcut",
      "icons": [{ "src": "/brand/pwa/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/chat",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "shared_title",
      "text": "shared_text",
      "url": "shared_url"
    }
  },
  "screenshots": [
    {
      "src": "/brand/pwa/splash-iphone-15-pro.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Chat with multiple AI models on mobile"
    }
  ]
}
