{
  "name": "SpeedCheck Pro",
  "short_name": "SpeedCheck",
  "description": "Free internet speed test — measure download, upload, ping and jitter instantly.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0f1e",
  "theme_color": "#0a0f1e",
  "categories": ["utilities", "productivity"],
  "lang": "en",
  "icons": [
    {
      "src": "icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Run Speed Test",
      "short_name": "Test",
      "description": "Start an internet speed test immediately",
      "url": "./#speedtest"
    },
    {
      "name": "View History",
      "short_name": "History",
      "description": "View previous speed test results",
      "url": "./#history"
    }
  ]
}
