{
  "name": "PDFWorks — Free Online PDF Tools",
  "short_name": "PDFWorks",
  "description": "Merge, split, edit, compress, sign, and convert PDFs — 100% free, private, and offline-capable.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#6366f1",
  "orientation": "any",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    { "name": "Merge PDF", "url": "/merge.html", "description": "Combine multiple PDFs" },
    { "name": "Compress PDF", "url": "/compress.html", "description": "Reduce PDF file size" },
    { "name": "Edit PDF", "url": "/edit.html", "description": "Annotate and edit PDFs" },
    { "name": "Sign PDF", "url": "/sign.html", "description": "Add your signature to PDFs" }
  ]
}
