{
  "name": "KwikPdf Studio",
  "short_name": "KwikPdf",
  "start_url": "./index.html",
  "id": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait",
  "description": "A powerful, offline-first PDF tool for scanning, compressing, merging, and splitting PDFs.",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "logo.jpeg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "logo.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ]
}