{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Von Control Center",
  "short_name": "Von Admin",
  "id": "/?homescreen=1",
  "start_url": "/#reviews",
  "scope": "/",
  "display": "standalone",
  "background_color": "#050505",
  "theme_color": "#050505",
  "icons": [
    {
      "src": "/admin-icon.png",
      "sizes": "1240x1240",
      "type": "image/png"
    }
  ]
}