{
  "name": "Donut",
  "short_name": "Donut",
  "description": "Progressive Web App for receiving VLESS keys",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0d0f17",
  "theme_color": "#0d0f17",
  "orientation": "portrait",
  "icons": [
    {
      "src": "./assets/icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
