{
  "id": "/?source=pwa",
  "name": "AU 2026 Vegas Planner",
  "short_name": "Vegas Planner",
  "description": "Interactive trip planner for Autodesk University 2026 in Las Vegas. Pick sessions with automatic overlap detection, track dance socials, and keep flights, the certification exam and city recommendations in one offline-capable place.",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "./?source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#f8f6f0",
  "theme_color": "#1f1d1a",
  "categories": ["travel", "productivity", "utilities"],
  "prefer_related_applications": false,
  "related_applications": [],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 480
  },
  "icons": [
    {
      "src": "icon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Day view with the session picker and overlap warnings"
    },
    {
      "src": "screenshot-narrow.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Schedule on a phone"
    }
  ],
  "shortcuts": [
    {
      "name": "My Plan",
      "short_name": "My Plan",
      "description": "Everything you have selected, in time order, with conflicts flagged",
      "url": "./?source=pwa#plan",
      "icons": [{ "src": "icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Exam day",
      "short_name": "Thu 17",
      "description": "Thursday: 7 AM Revit ACP exam and the rest of AU Day 3",
      "url": "./?source=pwa#thu",
      "icons": [{ "src": "icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Reference",
      "short_name": "Reference",
      "description": "Sources, dance venues, food and trip fixtures",
      "url": "./?source=pwa#ref",
      "icons": [{ "src": "icon-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
