{
  "name": "FieldSync",
  "short_name": "FieldSync",
  "description": "Live results and video replay for track & field meets",
  "start_url": "/features.html",
  "id": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f1117",
  "theme_color": "#7c3aed",
  "categories": ["sports", "education"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/fieldsync-logo-square.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/fieldsync-logo-square.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Results",
      "short_name": "Live",
      "url": "/live.html",
      "description": "View live meet results",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Run Meet",
      "short_name": "Run",
      "url": "/run.html",
      "description": "Run and manage a meet",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Championship Standards",
      "short_name": "Standards",
      "url": "/standards.html",
      "description": "View qualifying standards",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
