{
  "name": "IPCombo — All your IP & network checks in one place",
  "short_name": "IPCombo",
  "description": "Free, browser-based network diagnostic for proxy and split-routing users. 45 services, 11 channels, 10 languages.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0F172A",
  "theme_color": "#3B82F6",
  "lang": "en",
  "categories": ["utilities", "developer", "productivity"],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "What is my IP",
      "short_name": "IP",
      "description": "Check your public IP, ASN, and geolocation",
      "url": "/en/ip",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "DNS observation",
      "short_name": "DNS",
      "description": "Detect DNS leaks and resolver behavior",
      "url": "/en/dns",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "WebRTC leak check",
      "short_name": "WebRTC",
      "description": "Find out whether WebRTC is leaking your real IP",
      "url": "/en/webrtc",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Network test",
      "short_name": "Test",
      "description": "Run the full 45-service reachability test",
      "url": "/en/network-test",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
