{
  "name": "RedactFile",
  "short_name": "RedactFile",
  "description": "Your files never leave your device. Redact, merge, split, compress PDFs — all in-browser.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Strip Metadata",
      "short_name": "Metadata",
      "description": "Hide your name & device info before sharing",
      "url": "/tools/metadata/"
    },
    {
      "name": "Redact PDF",
      "short_name": "Redact",
      "description": "Black out sensitive information",
      "url": "/tools/redact/"
    },
    {
      "name": "Compress PDF",
      "short_name": "Compress",
      "description": "Make it small enough to send by email",
      "url": "/tools/compress/"
    }
  ]
}
