{
  "name": "Sticky Speed — Internet Speed Monitor",
  "short_name": "Sticky Speed",
  "description": "Measure download speed, upload speed, ping, jitter, and connection stability live.",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone"],
  "background_color": "#d1cfcc",
  "theme_color": "#ff3d00",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}