{
  "lang": "en",
  "dir": "ltr",
  "name": "Calder Valley Snooker League Results Entry",
  "short_name": "CVSLeague",
  "description": "Enter and manage results for the Calder Valley Snooker League.",
  "id": "/?homescreen=1",
  "start_url": "/?source=pwa",
  "display_override": [
    "window-controls-overlay"
  ],
  "display": "standalone",
  "theme_color": "#004e37",
  "background_color": "#004e37",
  "version": "2025.1",
  "manifest_version": 1,
  "service_worker": {
    "src": "/service-worker.js",
    "scope": "/",
    "type": "module"
  },
  "offline_enabled": true,
  "prefer_related_applications": false,
  "fetch_priority": "high",
  "background_sync": {
    "enabled": true,
    "frequency": "periodic"
  },
  "icons": [
    {
      "src": "/img/CVSLNew-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/img/CVSLNew-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/img/CVSLNew-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "related_applications": [],
  "capture_links": "none",
  "screenshots": [
    {
      "src": "/img/screenshot1.webp",
      "type": "image/webp",
      "sizes": "483x993",
      "form_factor": "wide"
    }
  ],
  "orientation": "portrait",
  "scope": "/",
  "presentation": {
    "form_factor": "standard"
  },
  "categories": [
    "Sports"
  ]
}