{
  "name": "PDF Protocol Viewer",
  "short_name": "PDF Protocol Viewer",
  "description": "Real-time PDF protocol viewer with container-based organization",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "landscape",
  "icons": [
    {
      "src": "/192.png",
      "sizes": "192x192"
    },
    {
      "src": "/512.png",
      "sizes": "512x512"
    }
  ],
  "screenshots": [
  {
    "src": "screenshot-w.png",
    "sizes": "2732x2048",
    "type": "image/png",
    "form_factor": "wide"
  },{
    "src": "screenshot-h.png",
    "sizes": "2047x2732",
    "type": "image/png"
  }
]
}