{
  "name": "VVT Hub — Virtual View Tours",
  "short_name": "VVT Hub",
  "description": "Video tracking, SOPs, clients, and daily ops for Virtual View Tours.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#101722",
  "theme_color": "#16202e",
  "icons": [
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "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-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Today", "short_name": "Today", "description": "Your day at a glance", "url": "./index.html?view=today" },
    { "name": "Field", "short_name": "Field", "description": "On-site job sheet", "url": "./index.html?view=field" },
    { "name": "Jobs", "short_name": "Jobs", "description": "The job tracker", "url": "./index.html?view=tracker" }
  ]
}
