{
  "id": "/",
  "name": "ToolNest - Free Online Utilities & PDF Tools",
  "short_name": "ToolNest",
  "description": "Fast, private, and 100% free web utilities. PDF tools, image compression, QR codes, JSON formatting, and developer converters that run entirely on your device.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0F172A",
  "theme_color": "#2563EB",
  "categories": ["utilities", "productivity", "developer", "tools", "photo"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "PDF Compressor",
      "short_name": "Compress PDF",
      "description": "Compress PDF documents locally without size limits",
      "url": "/tools/pdf-compressor",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "PDF Merger",
      "short_name": "Merge PDF",
      "description": "Combine multiple PDF files into one",
      "url": "/tools/pdf-merger",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "QR Code Generator",
      "short_name": "QR Code",
      "description": "Create custom high-resolution QR codes",
      "url": "/tools/qr-code-generator",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Image Compressor",
      "short_name": "Compress Image",
      "description": "Compress JPG, PNG, and WebP images",
      "url": "/tools/image-compressor",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "JSON Formatter",
      "short_name": "JSON Format",
      "description": "Format and validate JSON payloads",
      "url": "/tools/json-formatter",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
