add missing webmanifest parts
BIN
images/icon-mask.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
images/logoWhite192.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
images/logoWhite512.png
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
images/screenshot-mobile-dark.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
images/screenshot-mobile-light.png
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
images/screenshot-wide-dark.png
Normal file
After Width: | Height: | Size: 112 KiB |
BIN
images/screenshot-wide-light.png
Normal file
After Width: | Height: | Size: 105 KiB |
@ -1,7 +1,40 @@
|
|||||||
{
|
{
|
||||||
|
"name": "The tempus project.",
|
||||||
|
"short_name": "TTP",
|
||||||
|
"description": "Saving you time on every aspect of app development.",
|
||||||
|
"start_url": "/",
|
||||||
|
"display": "standalone",
|
||||||
|
"background_color": "#7d7f83",
|
||||||
|
"theme_color": "#3fa9f5",
|
||||||
"icons": [
|
"icons": [
|
||||||
{ "src": "/images/icon-192.png", "type": "image/png", "sizes": "192x192" },
|
{ "src": "/images/logoWhite192.png", "type": "image/png", "sizes": "192x192" },
|
||||||
{ "src": "/images/icon-mask.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" },
|
{ "src": "/images/logoWhite512.png", "type": "image/png", "sizes": "512x512" },
|
||||||
{ "src": "/images/icon-512.png", "type": "image/png", "sizes": "512x512" }
|
{ "src": "/images/icon-mask.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
|
||||||
|
],
|
||||||
|
"screenshots": [
|
||||||
|
{
|
||||||
|
"src": "/images/screenshot-wide-dark.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "1788x942",
|
||||||
|
"form_factor": "wide"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/images/screenshot-wide-light.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "1788x942",
|
||||||
|
"form_factor": "wide"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/images/screenshot-mobile-dark.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "478x609",
|
||||||
|
"form_factor": "narrow"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/images/screenshot-mobile-light.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "478x609",
|
||||||
|
"form_factor": "narrow"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|