{
  "name": "WebSlidePresenter",
  "short_name": "WebSlidePresenter",
  "description": "Professional presentation tool with timing and dual-window support",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#111827",
  "theme_color": "#2563eb",
  "orientation": "any",
  "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": ["productivity", "business", "education"],
  "shortcuts": [
    {
      "name": "Presenter View",
      "short_name": "Presenter",
      "description": "Open presenter control interface",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Audience View",
      "short_name": "Audience",
      "description": "Open audience display",
      "url": "/audience",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}

