{
  "id": "/",
  "name": "GetIP",
  "short_name": "GetIP",
  "description": "Free IP lookup, DNS records, SSL certificates, email security (SPF/DMARC/DKIM), WHOIS, HTTP headers and port check — all in one place.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "orientation": "portrait-primary",
  "theme_color": "#2563eb",
  "background_color": "#1e3a8a",
  "lang": "en",
  "dir": "ltr",
  "categories": ["utilities", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "IP Lookup",
      "short_name": "IP",
      "url": "/?tool=ip",
      "description": "Look up any IP address — geolocation, ISP, VPN detection"
    },
    {
      "name": "DNS Lookup",
      "short_name": "DNS",
      "url": "/?tool=dns",
      "description": "Query DNS records for any domain"
    },
    {
      "name": "SSL Certificate",
      "short_name": "SSL",
      "url": "/?tool=ssl",
      "description": "Check SSL/TLS certificate details and expiry"
    },
    {
      "name": "WHOIS",
      "short_name": "WHOIS",
      "url": "/?tool=whois",
      "description": "WHOIS domain registration lookup"
    }
  ]
}
