-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
36 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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]([email protected])* | ||
|
||
*** | ||
## 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 | ||
|
||
<https://kjv.1-john-419.org> | ||
|
||
### Contact | ||
|
||
<[email protected]> | ||
|
||
### Website | ||
|
||
<https://1-john-419.org> | ||
*[1-john419.org](https://1-john-419.org)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,10 +23,10 @@ | |
<div class="center">The Decision is Yours...</div> | ||
<div class="center">Repent or Perish.</div> | ||
<hr> | ||
<h1>KJV</h1> | ||
<p>Offline King James Bible Search.</p> | ||
<h1>Bible App</h1> | ||
<p>KJV - King James</p> | ||
<h1>Version</h1> | ||
<p>2024.05.12</p> | ||
<p>2025.02.11</p> | ||
<h1>Contact</h1> | ||
<p>[email protected]</p> | ||
<h1>Source Code</h1> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
const appCaches = [ | ||
{ | ||
name: 'core-20240601.01', | ||
name: 'core-20250211.01', | ||
urls: [ | ||
'/', | ||
'/bundle.js', | ||
|