1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-03 04:25:21 +02:00
Maybe/app/views/pwa/manifest.json.erb

25 lines
478 B
Text
Raw Normal View History

2024-02-02 09:05:04 -06:00
{
"name": "Maybe",
"short_name": "Maybe",
2024-02-02 09:05:04 -06:00
"icons": [
{
"src": "/icon.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/icon.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
],
"start_url": "/",
"display": "standalone",
"display_override": ["fullscreen", "minimal-ui"],
2024-02-02 09:05:04 -06:00
"scope": "/",
"description": "Maybe.",
"theme_color": "#ffffff",
"background_color": "#ffffff"
2024-02-02 09:05:04 -06:00
}