{
  "name": "WhatIsMyIP.io - Network Tools",
  "short_name": "WhatIsMyIP",
  "description": "Complete mobile-optimized network toolkit with 30+ free tools for IP analysis, security testing, and network diagnostics",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#00e599",
  "orientation": "any",
  "categories": ["utilities", "productivity", "developer"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512x512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Check My IP",
      "short_name": "My IP",
      "description": "Instantly check your IP address",
      "url": "/",
      "icons": [{"src": "/icon-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "User Agent",
      "short_name": "User Agent",
      "description": "Check device and browser info",
      "url": "/user-agent",
      "icons": [{"src": "/icon-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "Speed Test",
      "short_name": "Speed Test",
      "description": "Test internet speed",
      "url": "/speed-test",
      "icons": [{"src": "/icon-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "All Tools",
      "short_name": "Tools",
      "description": "Browse all network tools",
      "url": "/tools",
      "icons": [{"src": "/icon-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "VPN Test",
      "short_name": "VPN Test", 
      "description": "Check for VPN leaks",
      "url": "/webrtc-leak-test",
      "icons": [{"src": "/icon-192x192.png", "sizes": "192x192"}]
    }
  ],
  "prefer_related_applications": false,
  "lang": "en",
  "dir": "ltr"
}