{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "U3V3",
  "short_name": "U3V3",
  "start_url": "/",
  "display": "standalone",
  
  
  
    
    
  
  "background_color": "#f5f5f5",
  "theme_color": "#db5793"
  
    ,
    "description": "A description for my website"
  
  
    ,
    "icons": [
      {
        "src": "/icon512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable"
      },
      {
        "src": "/icon512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any"
      }
    ]
  
}

