{
  "name": "My IP Address - Public IP Lookup",
  "short_name": "My IP",
  "description": "Free IP address checker. Instantly find your public IP, location, ISP & network info. Includes speed test, DNS tools & privacy protection.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "any",
  "scope": "/",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "my-ip-address-logo.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "categories": [
    "utilities",
    "productivity",
    "network"
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Check IP",
      "short_name": "Check IP",
      "description": "Check your IP address instantly",
      "url": "./",
      "icons": [
        {
          "src": "my-ip-address-logo.png",
          "sizes": "512x512"
        }
      ]
    }
  ],
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}