{
  "name": "Gym POS System",
  "short_name": "POS",
  "description": "Point of Sale and membership management",
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/src/assets/logo.jpg",
      "sizes": "any",
      "type": "image/jpeg"
    }
  ],
  "serviceworker": {
    "src": "/sw.js",
    "scope": "/",
    "type": "classic",
    "use_cache": false
  }
}