emoji in name in webmanifest

This commit is contained in:
2024-06-12 16:09:42 +02:00
parent 86461c1a87
commit e9d74efed9
3 changed files with 13 additions and 2 deletions

12
site.webmanifest Normal file
View File

@ -0,0 +1,12 @@
{
"name": "L🪷TUS",
"short_name": "L🪷TUS",
"description": "Devinez le mot",
"icons": [
{ "src": "icones/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "icones/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
],
"theme_color": "#f26c9a",
"background_color": "#ffffff",
"display": "standalone"
}