{
    "name": "Whisper — 익명의 감정 공간",
    "short_name": "Whisper",
    "description": "아무에게도 말하지 못했던 마음을 이곳에서 털어놓으세요.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#05050A",
    "theme_color": "#05050A",
    "orientation": "portrait-primary",
    "lang": "ko",
    "icons": [
      {
        "src": "/icon-192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any maskable"
      },
      {
        "src": "/icon-512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any maskable"
      },
      {
        "src": "/apple-touch-icon.png",
        "sizes": "180x180",
        "type": "image/png"
      }
    ],
    "screenshots": [
      {
        "src": "/og-image.png",
        "sizes": "1200x630",
        "type": "image/png"
      }
    ],
    "categories": ["health", "lifestyle", "social"],
    "shortcuts": [
      {
        "name": "마음 털어놓기",
        "short_name": "털어놓기",
        "description": "지금 바로 감정을 털어놓으세요",
        "url": "/#write",
        "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
      },
      {
        "name": "실시간 피드",
        "short_name": "피드",
        "description": "전 세계의 마음이 모이는 곳",
        "url": "/#/feed",
        "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
      }
    ]
  }