{
  "_comment": "Active PWA manifest. Linked from index.html via <link rel=\"manifest\">. Browsers read this — NOT the manifest generated by vite-plugin-pwa in vite.config.ts (which is currently orphaned in dist/manifest.webmanifest). When updating PWA icons or theme, update this file.",
  "name": "YouthSchedule",
  "short_name": "YouthSchedule",
  "description": "Youth sports scheduling, team management, and event organization",
  "icons": [
    { "src": "/pwa-icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/pwa-icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/pwa-icons/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/pwa-icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "theme_color": "#1A82FB",
  "background_color": "#ffffff",
  "display": "standalone",
  "scope": "/",
  "start_url": "/"
}
