{
  "name": "Simple App Pro — 간단한 웹 도구 모음",
  "short_name": "Simple App Pro",
  "description": "설치도 회원가입도 없이 브라우저에서 바로 쓰는 무료 웹 도구 모음. 모든 계산은 기기 안에서 처리됩니다.",
  "lang": "ko",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/icons/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "평단가 계산기",
      "short_name": "평단가",
      "url": "/average-cost-calculator?source=pwa"
    },
    {
      "name": "이미지 변환기",
      "short_name": "이미지 변환",
      "url": "/image-converter?source=pwa"
    },
    {
      "name": "P2P 파일 공유",
      "short_name": "파일 공유",
      "url": "/file-share?source=pwa"
    }
  ]
}
