{
  "name": "ToolXHub — All Tools. One Hub.",
  "short_name": "ToolXHub",
  "description": "Free, privacy-first, 100% client-side digital utility platform. Compress, resize, and convert images, PDFs, and document scans instantly in your browser.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#080808",
  "theme_color": "#080808",
  "orientation": "any",
  "categories": ["utilities", "productivity", "developer"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Compress Image to 20KB",
      "short_name": "Compress 20KB",
      "description": "Quickly shrink your signature or photo to under 20KB offline.",
      "url": "/compress-image-to-20kb",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "JSON Formatter",
      "short_name": "JSON Format",
      "description": "Beautify and format your JSON payloads offline.",
      "url": "/json-formatter",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "PDF Compressor",
      "short_name": "PDF Compress",
      "description": "Compress PDF documents to exactly under 50KB offline.",
      "url": "/pdf-compressor-to-50kb",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
