{
  "name": "UnZiper.com",
  "short_name": "UnZiper",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#5900b3",
  "theme_color": "#ffffff",
  "scope": ".",
  "description": "Compress, Extract or Convert your files",
  "icons": [
    {
      "src": "/img/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/img/mstile-150x150.png",
      "sizes": "150x150",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/img/screenshot.png",
      "sizes": "",
      "type": "image/png",
      "platform": "wide"
    }
  ],
  "orientation": "any",
  "categories": [
    "utilities",
    "archive",
    "tools"
  ],
  "launch_handler": {
    "client_mode": "auto"
  },
  "shortcuts": [
    {
      "name": "Extract",
      "url": "/extract"
    },
    {
      "name": "Compress",
      "url": "/compress"
    },
    {
      "name": "Convert",
      "url": "/convert"
    }
  ],
  "scope_extensions": [
    {
      "origin": "*.unziper.com"
    }
  ],
  "dir": "auto",
  "lang": "en",
  "display_override": [
    "window-controls-overlay"
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 640
  }
}
