From 2a734d4b8cb4c29e2e37a424ad787c6bf2b1a44b Mon Sep 17 00:00:00 2001 From: Mike Conrad Date: Mon, 21 Oct 2024 12:44:33 -0400 Subject: [PATCH] Add manifest for pwa --- index.html | 5 +++++ package.json | 3 ++- public/manifest.json | 19 +++++++++++++++++++ 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 public/manifest.json diff --git a/index.html b/index.html index 2b82da0..6ba32f5 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,11 @@ Open Bible App (NKJV) + + + + +
diff --git a/package.json b/package.json index bf27e81..b43d82a 100644 --- a/package.json +++ b/package.json @@ -20,5 +20,6 @@ }, "eslintConfig": { "extends": "preact" - } + }, + "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72" } diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..05c13d3 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,19 @@ +{ + "short_name": "OpenBible", + "name": "Open Bible App: Simple, free, private Bible app", + "icons": [ + { + "src": "/bible.svg", + "type": "image/svg+xml", + "sizes": "512x512" + } + ], + "id": "/?source=pwa", + "start_url": "/?source=pwa", + "background_color": "#3367D6", + "display": "standalone", + "scope": "/", + "theme_color": "#3367D6", + + "description": "Weather forecast information" + } \ No newline at end of file