mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
4dd606e4a0
- 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>
10 lines
285 B
JSON
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"
|
|
}
|