{
  "name": "EVENToPOINT.ops",
  "short_name": "EP.ops",
  "description": "Real-time event operations OS for coordinators and teams.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFFFFF",
  "theme_color": "#0D0D0D",
  "categories": ["business", "productivity"],
  "lang": "en",
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/overview.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Event Overview"
    },
    {
      "src": "/screenshots/runofshow.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Run of Show"
    }
  ],
  "shortcuts": [
    {
      "name": "Run of Show",
      "short_name": "Run",
      "description": "View and update today's run of show",
      "url": "/?view=runofshow",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Team Status",
      "short_name": "Team",
      "description": "See who's on site and task status",
      "url": "/?view=team",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
