{
  "name": "VoltDrive",
  "short_name": "VoltDrive",
  "description": "VoltDrive for synapse resources.",
  "icons": [
    {
      "src": "/icon/icon-192x192.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/icon/icon-512x512.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0b57d0",
  "background_color": "#ffffff"
}