{
  "name": "KarmoLab",
  "short_name": "KarmoLab",
  "description": "손에 잡히는 도구들이 있는 작업실. 글, 이미지, 계산, 개발 도구를 브라우저 안에서 다룹니다.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f12",
  "theme_color": "#0f0f12",
  "orientation": "portrait-primary",
  "lang": "ko-KR",
  "scope": "/",
  "icons": [
    {
      "src": "/apps/karmolab/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apps/karmolab/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "productivity",
    "utilities"
  ],
  "shortcuts": [
    {
      "name": "텍스트 도구",
      "short_name": "텍스트",
      "url": "/t/text/",
      "icons": [
        {
          "src": "/apps/karmolab/img/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "PDF 편집",
      "short_name": "PDF",
      "url": "/t/pdftool/",
      "icons": [
        {
          "src": "/apps/karmolab/img/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "QR 코드 생성",
      "short_name": "QR",
      "url": "/t/qrgen/",
      "icons": [
        {
          "src": "/apps/karmolab/img/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "이미지 편집",
      "short_name": "이미지",
      "url": "/t/imageedit/",
      "icons": [
        {
          "src": "/apps/karmolab/img/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": [
            "image/*",
            "application/pdf",
            "text/*",
            "audio/*",
            "video/*"
          ]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/share/",
      "accept": {
        "image/*": [
          ".png",
          ".jpg",
          ".jpeg",
          ".webp",
          ".gif"
        ],
        "application/pdf": [
          ".pdf"
        ]
      }
    }
  ]
}
