{
  "name": "Shot List — Blue Lite Photography",
  "short_name": "Shot List",
  "description": "AI-powered shot list builder for Blue Lite Photography events",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0e0e12",
  "theme_color": "#c9a55a",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["photography", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "New Shot List",
      "short_name": "New List",
      "description": "Start a new event shot list",
      "url": "/?new=true",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
