{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "TruckDown Web",
  "short_name": "TD Web",
  "display": "standalone",
  "start_url": "/",
  "icons": [
    {
      "src": "/systems/img/app_icon_192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/systems/img/app_icon_512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/systems/img/app-icon.svg",
      "type": "image/svg+xml",
      "sizes": "1024x1024"
    }
  ],
  "id": "?source=pwa"
}
