{
  "name": "GLO Society",
  "short_name": "GLO Society",
  "description": "Complete salon management platform with AI-powered features",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#EC4899",
  "orientation": "portrait",
  "scope": "/",
  "protocol_handlers": [
    {
      "protocol": "web+glosociety",
      "url": "/%s"
    }
  ],
  "icons": [
    {
      "src": "/placeholder.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/placeholder.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Appointment",
      "short_name": "Book",
      "description": "Make a new booking",
      "url": "/booking",
      "icons": [{ "src": "/placeholder.svg", "sizes": "192x192" }]
    },
    {
      "name": "My Schedule",
      "short_name": "Schedule",
      "description": "View today's appointments",
      "url": "/admin/schedule",
      "icons": [{ "src": "/placeholder.svg", "sizes": "192x192" }]
    },
    {
      "name": "Team Chat",
      "short_name": "Chat",
      "description": "Message your team",
      "url": "/admin/team-chat",
      "icons": [{ "src": "/placeholder.svg", "sizes": "192x192" }]
    }
  ],
  "categories": ["business", "productivity", "lifestyle"],
  "screenshots": []
}
