{
  "name": "Sandgate Hawks Coach Handbook",
  "short_name": "Hawks Coach",
  "description": "Coaching resources for Sandgate Hawks SAFC — Junior, Youth, Senior Transition handbooks and drill library.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#006600",
  "categories": ["sports", "education"],
  "lang": "en-AU",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Junior Handbook",
      "short_name": "Juniors",
      "description": "U8–U11 coaching handbook",
      "url": "./index_junior.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Youth Handbook",
      "short_name": "Youth",
      "description": "U13–U17 coaching handbook",
      "url": "./index_youth.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Drill Library",
      "short_name": "Drills",
      "description": "Session drill library",
      "url": "./drills.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
