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