fix(manifest): update theme and background colors for consistency

This commit is contained in:
cheskoxd 2025-08-26 20:14:32 -05:00
parent 4f433c4e62
commit 8c2fb84104

View File

@ -2,8 +2,8 @@
"name": "PocketHost", "name": "PocketHost",
"short_name": "PocketHost", "short_name": "PocketHost",
"description": "You are 30 seconds away from your next PocketBase backend.", "description": "You are 30 seconds away from your next PocketBase backend.",
"theme_color": "#222222", "theme_color": "#111111",
"background_color": "#222222", "background_color": "#18161d",
"display": "standalone", "display": "standalone",
"scope": "/", "scope": "/",
"start_url": "/", "start_url": "/",