{
  "name": "Camera Club Score",
  "short_name": "CCS",
  "description": "Photo competition management for camera clubs — live scoring, season league tables, public results portal.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a0a",
  "theme_color": "#11061d",
  "categories": ["productivity", "photo", "business"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Public results portal",
      "short_name": "Portal",
      "url": "/portal",
      "description": "Open the public read-only results page"
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/",
      "description": "Sign in to the admin console"
    }
  ]
}
