Add debugging logs and manifest.json to help troubleshoot blank page issue

This commit is contained in:
Ryderjj89
2025-09-13 12:39:34 -04:00
parent a26047493a
commit 9d71a835ca
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"short_name": "ESV Bible",
"name": "ESV Bible App",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}