{
  "name": "JustinCase™",
  "short_name": "JustinCase",
  "description": "AI luxury concierge — always available, always on.",
  "start_url": "/call",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f0318",
  "theme_color": "#0f0318",
  "categories": ["lifestyle", "productivity"],
  "icons": [
    {
      "src": "/images/justin-avatar.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/justin-avatar.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Call Justin Now",
      "short_name": "Call",
      "description": "Instantly open JustinCase video call",
      "url": "/call",
      "icons": [{ "src": "/images/justin-avatar.png", "sizes": "96x96" }]
    },
    {
      "name": "Chat with Justin",
      "short_name": "Chat",
      "description": "Text chat with your AI concierge",
      "url": "/chat",
      "icons": [{ "src": "/images/justin-avatar.png", "sizes": "96x96" }]
    }
  ]
}
