{
  "name": "Network Tools - Web Utilities",
  "short_name": "NetworkTools",
  "description": "Complete network diagnostic and utility toolkit with DNS lookup, WHOIS, SSL checks, and more",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "landscape",
  "scope": "/",
  "lang": "en-US",
  "categories": [
    "utilities",
    "developer",
    "networking"
  ],
  "screenshots": [
    {
      "src": "screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Network Tools main interface"
    },
    {
      "src": "screenshot-narrow.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Network Tools mobile view"
    }
  ],
  "icons": [
    {
      "src": "icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "DNS Lookup",
      "short_name": "DNS",
      "description": "Quick DNS record lookup",
      "url": "/?tool=dns",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' fill='%23007bff'/><text x='48' y='60' font-size='50' text-anchor='middle' fill='white'>\ud83d\udd0d</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "WHOIS Lookup",
      "short_name": "WHOIS",
      "description": "Domain registration information",
      "url": "/?tool=whois",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' fill='%23007bff'/><text x='48' y='60' font-size='50' text-anchor='middle' fill='white'>\ud83d\udccb</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "SSL Check",
      "short_name": "SSL",
      "description": "SSL certificate validation",
      "url": "/?tool=ssl",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' fill='%23007bff'/><text x='48' y='60' font-size='50' text-anchor='middle' fill='white'>\ud83d\udd12</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Password Generator",
      "short_name": "Password",
      "description": "Generate secure passwords",
      "url": "/?tool=password",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' fill='%23007bff'/><text x='48' y='60' font-size='50' text-anchor='middle' fill='white'>\ud83d\udd11</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share-target/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "related_applications": [],
  "prefer_related_applications": false
}