{
  "name": "PrivaPDF — Browser PDF Toolkit",
  "short_name": "PrivaPDF",
  "description": "Free PDF tools that work entirely in your browser. No upload, no server.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F5F1E8",
  "theme_color": "#0A0A0A",
  "orientation": "any",
  "categories": ["utilities", "productivity"],
  "icons": [
    { "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" },
    { "src": "/icons/icon-maskable.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Merge PDF", "url": "/merge-pdf", "description": "Combine PDFs" },
    { "name": "Compress PDF", "url": "/compress-pdf", "description": "Reduce PDF size" },
    { "name": "Split PDF", "url": "/split-pdf", "description": "Split PDF pages" }
  ]
}
