ecoffee/app/views/pwa/manifest.json.erb
2025-03-10 18:47:28 +01:00

22 lines
397 B
Text

{
"name": "Ecoffee",
"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": "Ecoffee.",
"theme_color": "red",
"background_color": "red"
}