{
  "name": "BroncoHub",
  "short_name": "BroncoHub",
  "description": "Sports club management for families and coaches — fixtures, attendance, plans, and more.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F5F1E8",
  "theme_color": "#C45120",
  "categories": ["sports", "lifestyle", "productivity"],
  "lang": "en",
  "icons": [
    {
      "src": "/img/bronco-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/bronco-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/bronco-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Overview",
      "url": "/#/family",
      "description": "Family dashboard"
    },
    {
      "name": "Fixtures",
      "url": "/#/fixtures",
      "description": "Upcoming tournaments + training"
    },
    {
      "name": "Financials",
      "url": "/#/financials",
      "description": "Invoices + statement"
    }
  ]
}
