{
  "name": "Pool Hall Master",
  "short_name": "PHM",
  "description": "Pool hall management and waitlist system",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#00cfb4",
  "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": ["entertainment", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Join Waitlist",
      "short_name": "Waitlist",
      "description": "Join the waitlist for a table",
      "url": "/waitlist.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}

