{
  "name": "NetStartr - Internet Speed Test",
  "short_name": "NetStartr",
  "description": "Free internet speed test. Check your download, upload, ping, jitter, and packet loss instantly.",
  "start_url": "/?utm_source=pwa",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Run speed test",
      "short_name": "Test",
      "description": "Start a new speed test immediately",
      "url": "/?action=start&utm_source=pwa_shortcut",
      "icons": [{ "src": "/icon-192x192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Gaming speed test",
      "short_name": "Gaming",
      "url": "/gaming?utm_source=pwa_shortcut"
    },
    {
      "name": "Streaming speed test",
      "short_name": "Streaming",
      "url": "/streaming?utm_source=pwa_shortcut"
    }
  ],
  "categories": ["utilities", "tools", "productivity"]
}
