{
  "name": "The Ice Bath Club POS",
  "short_name": "TIBC POS",
  "description": "Point of Sale system for The Ice Bath Club",
  "start_url": "/",
  "display": "standalone",
  "orientation": "landscape",
  "background_color": "#F4F5F7",
  "theme_color": "#293161",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Open POS",
      "url": "/",
      "description": "Open the POS terminal"
    }
  ]
}
