{
  "name": "TRACE — IP Lookup, Privacy Audit & Network Diagnostic",
  "short_name": "TRACE",
  "id": "/TRACE/",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "lang": "en",
  "dir": "ltr",
  "categories": ["utilities", "security", "productivity", "developer"],
  "description": "Free, no-signup, browser-native privacy and network diagnostic. Public IP on a map, ISP / ASN, reverse DNS, WebRTC leak test, browser fingerprint, VPN / Tor heuristic, DNS lookup, latency to major datacenters and live behaviour — 100% client-side.",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Run speed test",
      "short_name": "Speed",
      "description": "Run an instant Cloudflare speed test",
      "url": "./index.html?action=speed",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Export JSON report",
      "short_name": "Export",
      "description": "Download the full TRACE report as JSON",
      "url": "./index.html?action=export",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
