From 5d3b6b921704af651508c1729a56dbcfb62954cd Mon Sep 17 00:00:00 2001 From: James Magahern Date: Sun, 15 Feb 2026 23:14:24 -0800 Subject: [PATCH] meta tags for mobile app install --- web/index.html | 8 +++++++- web/public/manifest.webmanifest | 9 +++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 web/public/manifest.webmanifest diff --git a/web/index.html b/web/index.html index 8387a4e..e5ff445 100644 --- a/web/index.html +++ b/web/index.html @@ -2,7 +2,13 @@ - + + + + + + + Sybil diff --git a/web/public/manifest.webmanifest b/web/public/manifest.webmanifest new file mode 100644 index 0000000..608b37f --- /dev/null +++ b/web/public/manifest.webmanifest @@ -0,0 +1,9 @@ +{ + "name": "Sybil", + "short_name": "Sybil", + "start_url": "/", + "scope": "/", + "display": "standalone", + "background_color": "#ffffff", + "theme_color": "#0f172a" +}