Ajout du manifest PWA
This commit is contained in:
parent
fc31bb2377
commit
0f0908eddd
1 changed files with 20 additions and 0 deletions
20
manifest.json
Normal file
20
manifest.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"short_name": "Carte Camp",
|
||||
"name": "Carte Camp",
|
||||
"icons": [
|
||||
{
|
||||
"src": "./assets/favicon@192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "./assets/favicon@512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "black",
|
||||
"background_color": "black"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue