{
  "name": "StageRun",
  "short_name": "StageRun",
  "description": "Display control system — timers, scripts, messages",
  "start_url": "/control",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#3B82F6",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Connect to Display",
      "url": "/control",
      "description": "Pair with a display device"
    }
  ]
}
