Fill manifest.json
This commit is contained in:
parent
1fd695350f
commit
edcd512eaf
BIN
assets/apple-touch-icon.png
Normal file
BIN
assets/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
BIN
assets/icon-192x192.png
Normal file
BIN
assets/icon-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
BIN
assets/icon-256x256.png
Normal file
BIN
assets/icon-256x256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 110 KiB |
BIN
assets/icon-384x384.png
Normal file
BIN
assets/icon-384x384.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 219 KiB |
BIN
assets/icon-512x512.png
Normal file
BIN
assets/icon-512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 352 KiB |
@ -0,0 +1,32 @@
|
||||
{
|
||||
"theme_color": "#D87E27",
|
||||
"background_color": "#041C32",
|
||||
"display": "browser",
|
||||
"scope": "/",
|
||||
"start_url": "/",
|
||||
"name": "d3vyce.fr",
|
||||
"short_name": "d3vyce",
|
||||
"description": "d3vyce personal website",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/assets/icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/assets/icon-256x256.png",
|
||||
"sizes": "256x256",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/assets/icon-384x384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/assets/icon-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user