{
  "name": "pdfwithlove — Private & Local PDF Tools",
  "short_name": "pdfwithlove",
  "description": "Merge, compress, convert, edit and protect PDFs entirely in your browser. No uploads, no accounts, no tracking.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "any",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/logo2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "Merge PDF", "url": "/tools/merge" },
    { "name": "Compress PDF", "url": "/tools/compress" },
    { "name": "PDF to Word", "url": "/tools/pdf-to-word" },
    { "name": "Protect PDF", "url": "/tools/protect-pdf" }
  ]
}
