emoji in name in webmanifest
This commit is contained in:
parent
86461c1a87
commit
e9d74efed9
@ -1 +0,0 @@
|
||||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
@ -11,7 +11,7 @@
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="icones/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="icones/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="icones/favicon-16x16.png">
|
||||
<link rel="manifest" href="icones/site.webmanifest">
|
||||
<link rel="manifest" href="site.webmanifest">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
12
site.webmanifest
Normal file
12
site.webmanifest
Normal 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"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user