Add manifest.webmanifest
This commit is contained in:
parent
82c22feccc
commit
f2d1610b39
1 changed files with 20 additions and 0 deletions
20
manifest.webmanifest
Normal file
20
manifest.webmanifest
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "ebabx",
|
||||
"description": "école supérieure des beaux-arts de Bordeaux",
|
||||
"icons": [
|
||||
{
|
||||
"sizes": "192x192",
|
||||
"src": "/assets/favicons/android-chrome-192x192.png",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"sizes": "512x512",
|
||||
"src": "/assets/favicons/android-chrome-512x512.png",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"background_color": "#FFF",
|
||||
"theme_color": "#000",
|
||||
"display": "minimal-ui",
|
||||
"start_url": "/"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue