{
  "name": "FlipBook PDF Viewer - WebAssembly Powered Online PDF Reader",
  "short_name": "FlipBook PDF",
  "description": "Experience the next-generation PDF viewer with realistic page-flipping animations powered by WebAssembly",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#123eef",
  "theme_color": "#123eef",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "utilities", "business"],
  "screenshots": [
    {
      "src": "https://flipbook.clickspikes.com/screenshot.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "FlipBook PDF Viewer showing realistic page flip animation"
    }
  ],
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "pdf",
          "accept": ["application/pdf", ".pdf"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/pdf": [".pdf"]
      }
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  }
}