{
  "name": "Venus - Beauty Services Platform",
  "short_name": "Venus",
  "description": "The global platform connecting beauty service providers with clients. Manage bookings, portfolios, payments, and grow your beauty business worldwide.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#ec4899",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "/venus-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/venus-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "beauty", "lifestyle", "productivity"],
  "shortcuts": [
    {
      "name": "My Calendar",
      "short_name": "Calendar",
      "url": "/my-calendar",
      "description": "Open your booking calendar",
      "icons": [
        {
          "src": "/venus-calendar-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
