Files
kjvstudy.org/kjvstudy_org/static/manifest.json
T
kennethreitz 4dd606e4a0 Add PWA manifest and improve Strong's keyboard navigation
- Add manifest.json for PWA support (stops 404 requests)
- Add [ and ] keys to navigate between Strong's numbers
- Add info-card selection styles for keyboard nav
- Update accessibility page with Strong's shortcuts

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 13:52:16 -05:00

10 lines
285 B
JSON

{
"name": "KJV Study",
"short_name": "KJV Study",
"description": "Study the King James Bible with AI-powered commentary, Strong's Concordance, and interlinear analysis",
"start_url": "/",
"display": "standalone",
"background_color": "#fffff8",
"theme_color": "#4a7c59"
}