{
  "name": "PDFCure — Quick Fix for Your PDFs",
  "short_name": "PDFCure",
  "description": "Free, private PDF tools that run entirely in your browser.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#3D99F5",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Merge PDF",
      "short_name": "Merge",
      "description": "Combine PDFs in the order you want",
      "url": "/tools/merge",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Compress PDF",
      "short_name": "Compress",
      "description": "Shrink a PDF's file size",
      "url": "/tools/compress",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Sign PDF",
      "short_name": "Sign",
      "description": "Add a signature to a PDF",
      "url": "/tools/sign",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Scan to PDF",
      "short_name": "Scan",
      "description": "Scan documents from your phone into a PDF",
      "url": "/tools/scan-to-pdf",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
