meta tags for mobile app install

This commit is contained in:
2026-02-15 23:14:24 -08:00
parent f79ded3133
commit 5d3b6b9217
2 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "Sybil",
"short_name": "Sybil",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#0f172a"
}