{
  "short_name": "Celestiq",
  "name": "Celestiq Beauty",
  "icons": [
    {
      "src": "/home/logo_square.png",
      "type": "image/png",
      "sizes": "192x192"
    },

    {
      "src": "/home/logo_square.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/home/logo_square.png",
      "type": "image/png",
      "sizes": "any"
    }
  ],
  "start_url": "/",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "display": "standalone",
  "orientation": "portrait",
  "related_applications": [
    {
      "platform": "webapp",
      "url": "http://localhost:5173/manifest.json"
    },
    {
      "platform": "webapp",
      "url": "/manifest.json"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+celestiq",
      "url": "/?launch_url=%s"
    }
  ]
}
