{
  "name": "OrbitDesk — Modern Workplace Operations Lab",
  "short_name": "OrbitDesk",
  "description": "MSP Team Lead Simulator — Real-time tickets, live voice calls with clients, remote PC access, per-client policies, tech experts conference",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#0a0a0a",
  "theme_color": "#7c3aed",
  "orientation": "any",
  "scope": "/",
  "categories": ["business", "productivity", "education"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/orbitdesk-logo-godmode-polished.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/orbitdesk-logo-godmode-polished.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "monochrome"
    }
  ],
  "shortcuts": [
    {
      "name": "P1 Tickets — Live Calls",
      "short_name": "P1 Calls",
      "description": "Jump to P1 tickets with live voice calls",
      "url": "/?action=p1-calls",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Remote PC Access",
      "short_name": "Remote PC",
      "description": "Access client PC with encrypted RDP",
      "url": "/?action=remote-pc",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Call Tech Expert",
      "short_name": "Experts",
      "description": "Conference with Entra, Intune, Exchange experts",
      "url": "/?action=experts",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "OrbitDesk Dashboard — Real-time MSP Operations"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "preferred",
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/plain": [".log", ".txt"]
      }
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
