app.kluk.fr/app/views/pwa/manifest.json.erb
Christophe Robillard 2653930993 init
2025-08-05 16:29:05 +02:00

22 lines
395 B
Text

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