{
  "name": "ECHO - 악기 공유 플랫폼",
  "short_name": "ECHO",
  "description": "음악인들을 위한 악기 거래 및 공유 플랫폼",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#2ed8b6",
  "background_color": "#ffffff",
  "orientation": "portrait",
  "categories": ["music", "shopping", "social"],
  "lang": "ko",
  "scope": "/",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='192' height='192' viewBox='0 0 192 192'><rect width='192' height='192' rx='24' fill='%232ed8b6'/><text x='96' y='120' font-family='Arial,sans-serif' font-size='32' font-weight='bold' text-anchor='middle' fill='white'>ECHO</text><circle cx='96' cy='60' r='16' fill='white'/></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'><rect width='512' height='512' rx='64' fill='%232ed8b6'/><text x='256' y='320' font-family='Arial,sans-serif' font-size='80' font-weight='bold' text-anchor='middle' fill='white'>ECHO</text><circle cx='256' cy='160' r='40' fill='white'/></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "상품 등록",
      "short_name": "등록",
      "description": "새로운 악기 상품 등록하기",
      "url": "/add",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='192' height='192' viewBox='0 0 192 192'><rect width='192' height='192' rx='24' fill='%232ed8b6'/><text x='96' y='120' font-family='Arial,sans-serif' font-size='32' font-weight='bold' text-anchor='middle' fill='white'>ECHO</text><circle cx='96' cy='60' r='16' fill='white'/></svg>",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "찜한 상품",
      "short_name": "찜",
      "description": "찜한 상품 목록 보기",
      "url": "/wishlist",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='192' height='192' viewBox='0 0 192 192'><rect width='192' height='192' rx='24' fill='%232ed8b6'/><text x='96' y='120' font-family='Arial,sans-serif' font-size='32' font-weight='bold' text-anchor='middle' fill='white'>ECHO</text><circle cx='96' cy='60' r='16' fill='white'/></svg>",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "채팅",
      "short_name": "채팅",
      "description": "채팅 목록 확인하기",
      "url": "/chat",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='192' height='192' viewBox='0 0 192 192'><rect width='192' height='192' rx='24' fill='%232ed8b6'/><text x='96' y='120' font-family='Arial,sans-serif' font-size='32' font-weight='bold' text-anchor='middle' fill='white'>ECHO</text><circle cx='96' cy='60' r='16' fill='white'/></svg>",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}