add missing webmanifest parts

This commit is contained in:
Joey Kimsey
2025-02-05 04:07:57 -05:00
parent 2aed4ec2ed
commit ea120e09bc
8 changed files with 36 additions and 3 deletions

BIN
images/icon-mask.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
images/logoWhite192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
images/logoWhite512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

View File

@ -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"
}
] ]
} }