{
  "name": "CompSync - Dance Competition Management",
  "short_name": "CompSync",
  "description": "Professional dance competition management platform with offline Game Day support",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e1b4b",
  "theme_color": "#8b5cf6",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Tabulator",
      "short_name": "Tabulator",
      "description": "Game Day control panel",
      "url": "/tabulator"
    },
    {
      "name": "Judge",
      "short_name": "Judge",
      "description": "Judge scoring interface",
      "url": "/judge"
    },
    {
      "name": "Backstage",
      "short_name": "Backstage",
      "description": "Backstage music view",
      "url": "/backstage"
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to main dashboard",
      "url": "/dashboard"
    }
  ]
}
