{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "display": "standalone",
  "start_url": "/",
  "name": "CLOSEUPSTAR",
  "short_name": "CS",
  "icons": [
    {
      "src": "/static/logo317.svg",
      "type": "image/svg+xml",
      "sizes": "512x512"
    },
    {
      "src": "/static/logo317.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/static/icons/192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/static/icons/512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  
  "theme_color": "#ffffff",
  "background_color": "#ffffff"
}