{
  "name": "ClubAdmin - Club & Sports Facility Management System",
  "short_name": "ClubAdmin",
  "description": "Complete club management solution for gyms, sports academies, and fitness centers. Track members, manage subscriptions, and generate invoices.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0a0a0a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "fitness", "sports", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View analytics and statistics",
      "url": "/dashboard"
    },
    {
      "name": "Add Member",
      "short_name": "New Member",
      "description": "Add a new member",
      "url": "/members/new"
    },
    {
      "name": "Invoices",
      "short_name": "Invoices",
      "description": "View all invoices",
      "url": "/invoices"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
