{
  "name": "GymPOS",
  "short_name": "GymPOS",
  "description": "Offline-first gym management system for membership, payments, and attendance tracking",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#111827",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23111827' width='192' height='192'/><text x='96' y='120' font-size='80' font-weight='bold' fill='%23ffffff' text-anchor='middle' font-family='system-ui'>GYM</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23f3f4f6' width='540' height='720'/><rect fill='%23ffffff' x='20' y='40' width='500' height='100' rx='8'/><text x='40' y='105' font-size='20' font-weight='bold' fill='%23111827'>GymPOS</text><rect fill='%23ffffff' x='20' y='160' width='500' height='500' rx='8'/><text x='40' y='200' font-size='16' fill='%23666666'>Members, Payments, Attendance</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Add Member",
      "short_name": "Add",
      "description": "Quickly add a new member",
      "url": "/?view=members",
      "icons": []
    },
    {
      "name": "Check-in",
      "short_name": "Check-in",
      "description": "Mark member attendance",
      "url": "/?view=checkin",
      "icons": []
    }
  ]
}
