{
  "name": "SignPDF Mobile - Sign PDFs on Your Phone",
  "short_name": "SignPDF",
  "description": "Sign and fill PDF documents instantly on your phone. No printer, no scanner, no app download. Free and secure.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait",
  "categories": ["productivity", "utilities", "business"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Sign PDF",
      "short_name": "Sign",
      "description": "Upload and sign a PDF document",
      "url": "/?start=true",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
