{
  "name": "Damoa",
  "short_name": "Damoa",
  "description": "다 모아뒀어요 — 31개 브라우저 도구, 서버 없이, 가입 없이",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#020617",
  "background_color": "#020617",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["utilities", "developer"],
  "lang": "ko",
  "dir": "ltr",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "image/*": [
          ".png",
          ".jpg",
          ".jpeg",
          ".gif",
          ".webp",
          ".bmp",
          ".svg",
          ".avif",
          ".heic",
          ".ico"
        ],
        "audio/*": [".mp3", ".wav", ".ogg", ".m4a", ".flac", ".aac", ".opus"],
        "video/*": [".mp4", ".webm", ".mov", ".mkv", ".avi"],
        "text/plain": [".txt", ".log"],
        "text/markdown": [".md", ".markdown"],
        "text/html": [".html", ".htm"],
        "text/css": [".css"],
        "text/csv": [".csv"],
        "application/json": [".json"],
        "application/yaml": [".yaml", ".yml"],
        "application/javascript": [".js", ".mjs", ".cjs"],
        "application/typescript": [".ts", ".tsx", ".jsx"],
        "application/xml": [".xml"],
        "application/pdf": [".pdf"],
        "application/zip": [".zip"],
        "application/epub+zip": [".epub"],
        "font/ttf": [".ttf"],
        "font/otf": [".otf"],
        "font/woff": [".woff"],
        "font/woff2": [".woff2"]
      }
    }
  ]
}
