{
  "name": "Luna Membership System",
  "short_name": "Luna",
  "description": "Luna Beach Club Membership Management",
  "start_url": "/guest",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Scan QR",
      "short_name": "Scan",
      "description": "Scan member QR codes",
      "url": "/scan",
      "icons": [
        {
          "src": "/icon-512.png",
          "sizes": "512x512"
        }
      ]
    },
    {
      "name": "Members",
      "short_name": "Members",
      "description": "View members list",
      "url": "/members",
      "icons": [
        {
          "src": "/icon-512.png",
          "sizes": "512x512"
        }
      ]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "View reports",
      "url": "/reports",
      "icons": [
        {
          "src": "/icon-512.png",
          "sizes": "512x512"
        }
      ]
    }
  ]
}
