{
  "name": "Advanced Training HVACR",
  "short_name": "ATH",
  "description": "Trade workforce platform — apprentice curriculum, journeyman dispatch, mentor matching, Sensei AI, and hands-free Drive Mode for HVACR, plumbing, electrical, welding, and GC professionals.",
  "start_url": "/",
  "scope": "/",
  "id": "/?source=pwa",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "education", "productivity"],
  "icons": [
    {
      "src": "/components/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/components/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/components/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/components/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/components/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "32x32 64x64",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "New Job",
      "short_name": "New Job",
      "description": "Create a new job or work order",
      "url": "/dashboard-journeyman.html?action=new-job",
      "icons": [{ "src": "/components/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Find a Mentor",
      "short_name": "Mentor",
      "description": "Match with a journeyman in your discipline",
      "url": "/dashboard-apprentice.html?action=find-mentor",
      "icons": [{ "src": "/components/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Sensei Chat",
      "short_name": "Sensei",
      "description": "Ask the Sensei AI a question",
      "url": "/dashboard-apprentice.html?action=sensei-chat",
      "icons": [{ "src": "/components/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Drive Mode",
      "short_name": "Drive",
      "description": "Hands-free service-truck companion",
      "url": "/drive.html",
      "icons": [{ "src": "/components/icon-192.svg", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/components/screenshot-dashboard.svg",
      "sizes": "1080x1920",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Apprentice Dashboard — competency progress and mentor match"
    },
    {
      "src": "/components/screenshot-drive.svg",
      "sizes": "1080x1920",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Drive Mode — hands-free service-truck companion"
    },
    {
      "src": "/components/screenshot-desktop.svg",
      "sizes": "1920x1080",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Journeyman Dojo — dispatch, customers, and Sensei"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": { "preferred_width": 480 },
  "launch_handler": { "client_mode": ["navigate-existing", "auto"] },
  "handle_links": "preferred"
}
