1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-06 14:05:20 +02:00
Maybe/app/views/pwa/manifest.json.erb

23 lines
393 B
Text
Raw Normal View History

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