{
  "name": "Thomas OS",
  "short_name": "Thomas OS",
  "description": "토마스파익(Thomas Paik)의 웹 OS — 영상 편집 · 릴스와 숏츠 · 화면 녹화 · 블로그 · 게임을 설치 없이.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "any",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "file_handlers": [
    {
      "action": "/?tcut=open",
      "accept": {
        "video/*": [
          ".mp4",
          ".mov",
          ".m4v",
          ".webm",
          ".mkv"
        ],
        "audio/*": [
          ".mp3",
          ".m4a",
          ".wav",
          ".aac"
        ],
        "application/zip": [
          ".zip"
        ],
        "application/json": [
          ".json"
        ]
      }
    }
  ],
  "share_target": {
    "action": "/share-target/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": [
            "video/*",
            "audio/*",
            "image/*"
          ]
        }
      ]
    }
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "display_override": [
    "fullscreen",
    "standalone"
  ]
}