{
  "name": "Chokepoint — Live Security Operations Lab",
  "short_name": "Chokepoint",
  "description": "Real-time high-impact approvals, voice calls with 5 balanced voices, remote verification with encrypted sessions, per-tenant policies, mock security portals, HMAC-signed tamper-evident audit",
  "start_url": "/dashboard",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#0a0a0a",
  "theme_color": "#7c3aed",
  "orientation": "any",
  "scope": "/",
  "categories": ["business", "security", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "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": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "monochrome"
    }
  ],
  "shortcuts": [
    {
      "name": "P1 Requests — Voice Approvals",
      "short_name": "P1 Voice",
      "description": "Jump to P1 critical requests with voice approvals",
      "url": "/dashboard?action=p1-voice",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Remote Verification",
      "short_name": "Remote Verify",
      "description": "Remote device verification with encrypted session",
      "url": "/dashboard?action=remote-verify",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Per-Tenant Policies",
      "short_name": "Tenants",
      "description": "View per-tenant policies NovaTech Bloom Apex",
      "url": "/dashboard?action=tenants",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Chokepoint Dashboard — Live Security Operations with Voice Approvals"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "preferred",
  "file_handlers": [
    {
      "action": "/dashboard",
      "accept": {
        "text/plain": [".log", ".txt"],
        "application/json": [".json"]
      }
    }
  ],
  "share_target": {
    "action": "/dashboard",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
