{
  "name": "PulseTest — Internet Speed Test",
  "short_name": "PulseTest",
  "description": "Measure your download speed, upload speed, ping, jitter and bufferbloat against a real server on the open internet.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0a0d12",
  "background_color": "#0a0d12",
  "categories": ["utilities", "productivity"],
  "lang": "en",
  "dir": "auto",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Run a speed test",
      "short_name": "Test",
      "url": "/?action=start",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "VPS command line test",
      "short_name": "CLI",
      "url": "/cli.html"
    }
  ]
}
