{
  "name": "WheresThatIP - IP Address Lookup",
  "short_name": "WheresThatIP",
  "description": "Find your IP address, location, and run network diagnostics",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "categories": ["utilities", "network"],
  "icons": [
    { "src": "/static/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/static/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/static/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [],
  "shortcuts": [
    { "name": "IP Lookup", "url": "/lookup", "description": "Look up any IP address" },
    { "name": "My IP", "url": "/", "description": "See your IP address" },
    { "name": "DNS Lookup", "url": "/tools/dns", "description": "DNS lookup tool" },
    { "name": "Ping Test", "url": "/tools/ping", "description": "Ping any host" }
  ]
}
