{
  "name": "Bible & Note",
  "short_name": "Bible & Note",
  "description": "한영 병행 성경 리더 — AI 깊이 풀이 + 원어 + 노트 + 손글씨",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "background_color": "#15140f",
  "theme_color": "#15140f",
  "orientation": "portrait-primary",
  "lang": "ko",
  "categories": [
    "books",
    "education",
    "lifestyle",
    "productivity"
  ],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "오늘 데일리",
      "short_name": "오늘",
      "description": "오늘 묵상 노트 바로 열기",
      "url": "/?action=daily-today",
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "예배 노트",
      "short_name": "예배",
      "description": "예배 노트 목록 열기",
      "url": "/?action=worship",
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "스크랩북",
      "short_name": "스크랩",
      "description": "영상·웹 스크랩 보관함 열기",
      "url": "/?action=scraps",
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "any"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/?action=share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  }
}
