{
  "name": "File Toolkit - Edit, Merge, Sign & Scan",
  "short_name": "File Toolkit",
  "description": "A complete PDF and image processing toolkit with viewer, editor, signature, and document scanning features",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-540x720.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-1280x720.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["productivity"],
  "shortcuts": [
    {
      "name": "PDF Viewer",
      "short_name": "View PDF",
      "description": "Open and view PDF documents",
      "url": "/?tab=view",
      "icons": []
    },
    {
      "name": "PDF Editor",
      "short_name": "Edit PDF",
      "description": "Edit and annotate PDF documents",
      "url": "/?tab=edit",
      "icons": []
    },
    {
      "name": "Scan to PDF",
      "short_name": "Scan",
      "description": "Scan documents using your camera",
      "url": "/?tab=scan",
      "icons": []
    }
  ]
}
