{
  "name": "Production Sync",
  "short_name": "Prod Sync",
  "description": "Real-time multi-tool app for film and video production. Shotlist, Storyboards, Call Sheets, and Shared Calendar with live sync.",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#18181b",
  "theme_color": "#6366f1",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Open Call Sheets",
      "short_name": "Call Sheets",
      "url": "/?mode=callsheet",
      "description": "Jump to the Call Sheets tab"
    },
    {
      "name": "Open Shotlist",
      "short_name": "Shotlist",
      "url": "/?mode=shotlist",
      "description": "Jump to the Shotlist tab"
    }
  ]
}
