{
  "name": "FastIPInfo - IP & Browser Information Tool",
  "short_name": "FastIPInfo",
  "description": "Check your IP address, browser fingerprint, connection details, and device information with our free online tool.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#2563eb",
  "orientation": "any",
  "icons": [
    {
      "src": "/images/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "productivity", "developer tools"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "IP Geolocation",
      "short_name": "IP Lookup",
      "description": "Look up IP address location",
      "url": "/ip-geolocation.html",
      "icons": []
    },
    {
      "name": "Browser Fingerprinting",
      "short_name": "Fingerprint",
      "description": "Check your browser fingerprint",
      "url": "/browser-fingerprinting.html",
      "icons": []
    }
  ]
}
