{
  "name": "압축 해제기",
  "short_name": "압축해제",
  "description": "ZIP, TAR, GZ 압축 파일을 브라우저에서 바로 풀어주는 앱",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f13",
  "theme_color": "#6c63ff",
  "orientation": "any",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "productivity"],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/zip": [".zip"],
        "application/gzip": [".gz", ".tgz"],
        "application/x-tar": [".tar"],
        "application/x-bzip2": [".bz2"]
      }
    }
  ]
}
