{
  "name": "Oakdesk — AI Business Receptionist",
  "short_name": "Oakdesk",
  "description": "AI-powered business receptionist. Answers calls, WhatsApp, email 24/7.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#06060a",
  "background_color": "#06060a",
  "lang": "en",
  "scope": "/",
  "categories": ["business", "productivity", "communication"],
  "icons": [
    {
      "src": "assets/oakdesk_logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "assets/favicon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "assets/favicon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "description": "Open your unified inbox",
      "url": "/?shortcut=inbox",
      "icons": [{ "src": "assets/oakdesk_logo.svg", "sizes": "any" }]
    },
    {
      "name": "Bookings",
      "short_name": "Bookings",
      "description": "View upcoming appointments",
      "url": "/?shortcut=bookings",
      "icons": [{ "src": "assets/oakdesk_logo.svg", "sizes": "any" }]
    }
  ]
}
