{
  "name": "Bible Character Graph - 성경 인물 관계도",
  "short_name": "Bible Graph",
  "description": "Interactive visualization of 100+ Bible characters and their relationships. 성경 인물들의 관계를 시각화한 인터랙티브 웹 앱. Includes full Korean Bible (66 books).",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a0f",
  "theme_color": "#d4af37",
  "categories": ["education", "books", "reference", "religion"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Read Bible",
      "short_name": "Bible",
      "description": "Read full Korean Bible (66 books)",
      "url": "/?bible=true"
    },
    {
      "name": "Old Testament",
      "short_name": "OT",
      "description": "Old Testament character relationships",
      "url": "/?testament=old"
    },
    {
      "name": "New Testament",
      "short_name": "NT",
      "description": "New Testament character relationships",
      "url": "/?testament=new"
    }
  ],
  "related_applications": [],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "display_override": ["standalone", "browser"],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
