{
  "name": "GIGAKJV — AI Bible Translation",
  "short_name": "GIGAKJV",
  "description": "AI Bible translation on the King James lineage. Read Scripture, study Strong's words, and talk with King James, an AI companion grounded in covenant theology. Free, offline-first.",
  "start_url": "./?utm_source=pwa",
  "id": "/?utm_source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "background_color": "#FAF4E8",
  "theme_color": "#D4AF37",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["books", "education", "lifestyle"],
  "icons": [
    {
      "src": "app_icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "app_icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "app_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "app_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "app_icon_1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Devotional",
      "short_name": "Daily",
      "description": "Open today's devotional immediately",
      "url": "./?utm_source=pwa&shortcut=daily",
      "icons": [{ "src": "app_icon_192.png", "sizes": "192x192" }]
    },
    {
      "name": "King James",
      "short_name": "Chat",
      "description": "Open the King James chat",
      "url": "./?utm_source=pwa&shortcut=chat#chat",
      "icons": [{ "src": "app_icon_192.png", "sizes": "192x192" }]
    },
    {
      "name": "Continue Reading",
      "short_name": "Read",
      "description": "Resume your last-read chapter",
      "url": "./?utm_source=pwa&shortcut=continue",
      "icons": [{ "src": "app_icon_192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "./?utm_source=pwa&action=share-target",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "verse_ref",
      "text": "verse_text",
      "url": "verse_url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+gigakjv",
      "url": "./?utm_source=pwa&action=open&url=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "launch_handler": {
    "client_mode": "auto"
  },
  "handle_links": "preferred"
}
