Add favicons and update manifest.webmanifest
This commit is contained in:
parent
6b69018812
commit
6df5def296
8 changed files with 31 additions and 5 deletions
|
|
@ -1,9 +1,22 @@
|
|||
{
|
||||
"short_name": "PdC",
|
||||
"name": "Pochet du Courval",
|
||||
"name": "Design to Light",
|
||||
"description": "",
|
||||
"background_color": "#F0F0F0",
|
||||
"theme_color": "#00968F",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/assets/favicons/android-chrome-192x192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/assets/favicons/android-chrome-512x512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"background_color": "#FFFFFF",
|
||||
"theme_color": "#D60F3C",
|
||||
"display": "minimal-ui",
|
||||
"start_url": "/"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue