{
  "name": "ShootBoard – Camera Crew Scheduler",
  "short_name": "ShootBoard",
  "description": "Camera crew event scheduler — sync from Google Sheets, add to calendar",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f8f7f4",
  "theme_color": "#1a1917",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["productivity", "business"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "View Events",
      "short_name": "Events",
      "description": "See upcoming shoots",
      "url": "./index.html#events"
    },
    {
      "name": "View Calendar",
      "short_name": "Calendar",
      "description": "Monthly calendar view",
      "url": "./index.html#calendar"
    }
  ]
}
