mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-08 23:15:24 +02:00
Update PWA logo references in manifest and head partials
This commit is contained in:
parent
8985592967
commit
8cf077f28d
2 changed files with 8 additions and 8 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue