Files
aperonight/app/views/pwa/manifest.json.erb
Kevin BATAILLE a8a8c55041 working on header
2025-08-28 14:27:06 +02:00

23 lines
403 B
Plaintext
Executable File

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