{
  "name": "말씀찾기 - AI 성경 구절 검색",
  "short_name": "말씀찾기",
  "description": "마음을 말하면 AI가 꼭 맞는 성경 구절을 찾아줍니다. 개역개정 66권 31,088절 전체 내장.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0A0A1B",
  "theme_color": "#7c3aed",
  "lang": "ko",
  "dir": "ltr",
  "categories": ["books", "education", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "성경 읽기",
      "short_name": "읽기",
      "url": "/read",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "저장한 말씀",
      "short_name": "저장",
      "url": "/bookmarks",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "테마별 말씀",
      "short_name": "테마",
      "url": "/categories",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
