{
  "name": "Kar-Tel Receptionist",
  "short_name": "Kar-Tel",
  "description": "Your AI receptionist — calls, texts, notes, pipeline.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#08090f",
  "theme_color": "#08090f",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Chat with Angelina", "short_name": "Chat", "url": "/app/chat", "icons": [{ "src": "/icon.svg", "sizes": "any" }] },
    { "name": "Softphone", "short_name": "Phone", "url": "/app/phone", "icons": [{ "src": "/icon.svg", "sizes": "any" }] },
    { "name": "Second Brain", "short_name": "Notes", "url": "/app/notes", "icons": [{ "src": "/icon.svg", "sizes": "any" }] }
  ]
}
