{
  "name": "Polaris Network Toolbox",
  "short_name": "Polaris Tools",
  "description": "Free browser-based developer toolbox — IP calculator, hash generator, QR codes, password generator, Base64, JSON, UUID, DNS lookup, speed test & more. 100% client-side, no tracking.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#111111",
  "background_color": "#111111",
  "categories": ["developer-tools", "utilities", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/pwa-icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "IP Calculator",
      "short_name": "IP Calc",
      "description": "IPv4 CIDR subnet calculator",
      "url": "/?tools=ip&source=pwa"
    },
    {
      "name": "QR Code Generator",
      "short_name": "QR Code",
      "description": "Generate QR codes from text or URLs",
      "url": "/?tools=qr&source=pwa"
    },
    {
      "name": "Password Generator",
      "short_name": "Passwords",
      "description": "Secure random password generator",
      "url": "/?tools=pass&source=pwa"
    },
    {
      "name": "DNS Lookup",
      "short_name": "DNS",
      "description": "DNS over HTTPS lookup tool",
      "url": "/?tools=dns&source=pwa"
    },
    {
      "name": "Speed Test",
      "short_name": "Speed",
      "description": "Download speed test via Cloudflare",
      "url": "/?tools=speed&source=pwa"
    }
  ]
}
