{
  "name": "SJ Creation Tool Box",
  "short_name": "SJ Tools",
  "description": "160+ free online tools for PDF, images, and development. All processing in your browser.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#06060f",
  "theme_color": "#6d5cff",
  "orientation": "any",
  "categories": ["utilities", "productivity", "developer"],
  "icons": [
    {
      "src": "/assets/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-192.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Compress PDF",
      "url": "/pdf_tool/compress-pdf.html",
      "description": "Reduce PDF file size"
    },
    {
      "name": "Merge PDF",
      "url": "/pdf_tool/merge-pdf.html",
      "description": "Combine multiple PDFs"
    },
    {
      "name": "JSON Formatter",
      "url": "/tools/json-formatter.html",
      "description": "Format and beautify JSON"
    },
    {
      "name": "Image Compressor",
      "url": "/tools/image-compressor.html",
      "description": "Reduce image file size"
    }
  ]
}
