1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 05:09:38 +02:00

Update PWA logo references in manifest and head partials

This commit is contained in:
Josh Pigford 2025-04-18 09:47:04 -05:00
parent 8985592967
commit 8cf077f28d
2 changed files with 8 additions and 8 deletions

View file

@ -19,12 +19,12 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="Maybe">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<meta name="msapplication-TileColor" content="#F9F9F9">
<meta name="theme-color" content="#F9F9F9">
<link rel="manifest" href="<%= pwa_manifest_path %>">
<link rel="apple-touch-icon" href="/logo-pwa.png">
<link rel="apple-touch-icon" sizes="512x512" href="/icon.png">
<link rel="apple-touch-icon" sizes="512x512" href="/logo-pwa.png">
<%= yield :head %>
</head>

View file

@ -3,12 +3,12 @@
"short_name": "Maybe",
"icons": [
{
"src": "/icon.png",
"src": "/logo-pwa.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/icon.png",
"src": "/logo-pwa.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
@ -18,7 +18,7 @@
"display": "standalone",
"display_override": ["fullscreen", "minimal-ui"],
"scope": "/",
"description": "Maybe.",
"theme_color": "#ffffff",
"background_color": "#ffffff"
"description": "Maybe is your personal finance assistant.",
"theme_color": "#F9F9F9",
"background_color": "#F9F9F9"
}