diff --git a/vue/index.html b/vue/index.html
index 14e05cb..0923d51 100644
--- a/vue/index.html
+++ b/vue/index.html
@@ -8,6 +8,11 @@
delphi.market
+
+
+
+
+
diff --git a/vue/public/android-chrome-192x192.png b/vue/public/android-chrome-192x192.png
new file mode 100644
index 0000000..9224902
Binary files /dev/null and b/vue/public/android-chrome-192x192.png differ
diff --git a/vue/public/android-chrome-512x512.png b/vue/public/android-chrome-512x512.png
new file mode 100644
index 0000000..6410546
Binary files /dev/null and b/vue/public/android-chrome-512x512.png differ
diff --git a/vue/public/app_screenshot_001.png b/vue/public/app_screenshot_001.png
new file mode 100644
index 0000000..4dad8e9
Binary files /dev/null and b/vue/public/app_screenshot_001.png differ
diff --git a/vue/public/manifest.json b/vue/public/manifest.json
new file mode 100644
index 0000000..5310097
--- /dev/null
+++ b/vue/public/manifest.json
@@ -0,0 +1,29 @@
+{
+ "short_name": "dm",
+ "name": "Delphi Market",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "type": "image/jpeg",
+ "sizes": "192x192"
+ },
+ {
+ "src": "/android-chrome-512x512.png",
+ "type": "image/jpeg",
+ "sizes": "512x512"
+ }
+ ],
+ "background_color": "#091833",
+ "display": "standalone",
+ "scope": "/",
+ "theme_color": "#8787a4",
+ "description": "Prediction Market on Lightning",
+ "screenshots": [
+ {
+ "src": "/app_screenshot_001.png",
+ "type": "image/png",
+ "sizes": "750x1334",
+ "form_factor": "narrow"
+ }
+ ]
+}
\ No newline at end of file