{
  "name": "ReppOS",
  "short_name": "ReppOS",
  "description": "Gym membership management for members",
  "start_url": "/member",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "fitness", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Check In",
      "short_name": "Check In",
      "description": "Quick gym check-in",
      "url": "/member/check-in",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pay Fee",
      "short_name": "Pay Fee",
      "description": "Pay your membership fee",
      "url": "/member",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}