{
  "id": "/",
  "name": "3D# Exhaust Gas Pipe Editor",
  "short_name": "3D# Pipe",
  "description": "3DSH 배기 가스 파이프 모델을 열고 편집하는 데스크톱 웹 앱",
  "lang": "ko",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f6f4ef",
  "theme_color": "#0f2f4a",
  "prefer_related_applications": false,
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "pwa/icon-192.png?v=00b1299df85f",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "pwa/icon-512.png?v=6586f39fc0a6",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "pwa/icon-maskable-512.png?v=eff311b7eb4e",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-new"
  },
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/vnd.team-sda.3dsh+json": [".3dsh"],
        "application/vnd.team-sda.pipe-editor-workspace+json": [".3dshgp"]
      },
      "icons": [
        {
          "src": "pwa/icon-192.png?v=00b1299df85f",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ]
}
