diff --git a/README.md b/README.md index ea238a1..30ae834 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,39 @@ +# Bible App -> 1 John 4:19 We love him, because he first loved us. +KJV - King James -## KJV +## Features: -Offline King James Bible Search. +* Free, open source, offline-first, and mobile-first. +* Once downloaded, an internet connection is not required. +* Supports the latest version of a Chromium-based browser on Android, Linux, or Windows devices. +* Supports the latest version of the Safari browser on Mac/iOS/iPhone devices. +* Easy Navigation +* Bookmarks: + * Organize by folders + * Import and export +* Search: + * Word or phrase queries + * Wildcards and case sensitivity + * Filter by book/chapter +* Customizable Interface: + * Font face/size + * Light and dark app themes +* Help System +* Same User Interface: + * Desktop + * Laptop + * Tablet + * Phone -*** +## Download -Dedicated to our precious Lord and Saviour, Jesus Christ of Nazareth. +*[KJV](https://kjv.1-john-419.org)* -ALL the power belongs to My King! The glory is all His. +## Contact -> **Heaven and earth shall pass away, but my words shall not pass away.** +email: *[1John419](github.1john419@gmail.com)* -*** +## Website -The application supports Android, Linux, or Windows platforms with the latest version of a Chromium-based browser. - -It should also support the latest version of the Safari browser, but has not been extensively tested on Mac/iOS platforms. - -### Download - - - -### Contact - - - -### Website - - +*[1-john419.org](https://1-john-419.org)* diff --git a/bundle.js b/bundle.js index dd4bf80..193a371 100644 --- a/bundle.js +++ b/bundle.js @@ -257,7 +257,7 @@ }; const initializeTomeLists = async () => { - progress('loading kja lists...'); + progress('loading kjv lists...'); tomeLists = await dbUtil.fetchJson(url); tomeLists.tomeName = 'kjv'; }; diff --git a/help/about.html b/help/about.html index c017ac8..c64e1fc 100644 --- a/help/about.html +++ b/help/about.html @@ -23,10 +23,10 @@
The Decision is Yours...
Repent or Perish.

-

KJV

-

Offline King James Bible Search.

+

Bible App

+

KJV - King James

Version

-

2024.05.12

+

2025.02.11

Contact

github.1john419@gmail.com

Source Code

diff --git a/js/data/tomeLists.js b/js/data/tomeLists.js index 79fbb40..9cc95a6 100644 --- a/js/data/tomeLists.js +++ b/js/data/tomeLists.js @@ -19,7 +19,7 @@ export const firstVerseIdxByChapterIdx = (chapterIdx) => { }; export const initializeTomeLists = async () => { - progress('loading kja lists...'); + progress('loading kjv lists...'); tomeLists = await dbUtil.fetchJson(url); tomeLists.tomeName = 'kjv'; }; diff --git a/sw.js b/sw.js index 569a403..4d1b5e3 100644 --- a/sw.js +++ b/sw.js @@ -2,7 +2,7 @@ const appCaches = [ { - name: 'core-20240601.01', + name: 'core-20250211.01', urls: [ '/', '/bundle.js',