{
  "name": "Leafwork PDF Tools",
  "short_name": "Leafwork",
  "description": "Free local-first PDF tools for merge, split, sign, redact, convert, and metadata cleanup workflows in your browser.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#f5f0e8",
  "theme_color": "#1a6b3c",
  "orientation": "any",
  "categories": ["productivity", "utilities", "business"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Merge PDF",
      "short_name": "Merge",
      "description": "Combine PDFs locally in your browser.",
      "url": "/tools/merge",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Split PDF",
      "short_name": "Split",
      "description": "Extract PDF pages locally in your browser.",
      "url": "/tools/split",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "PDF Sandbox",
      "short_name": "Sandbox",
      "description": "Review and export browser-local PDF workflows.",
      "url": "/tools/sandbox",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
