Added screenshots to manifest.json for Richer installation interface

This commit is contained in:
Alex Garneau
2025-03-24 16:30:09 -06:00
parent 6f3e784c90
commit 700cc6cb29
9 changed files with 58 additions and 0 deletions

View File

@ -31,5 +31,63 @@
"type": "image/png",
"purpose": "maskable"
}
],
"screenshots": [
{
"src": "screenshots/screen1.png",
"sizes": "800x600",
"type": "image/png",
"form_factor": "wide",
"label": "Wonderous Welcome Screen"
},
{
"src": "screenshots/screen2.png",
"sizes": "800x600",
"type": "image/png",
"form_factor": "wide",
"label": "Read about 8 amazing man-made wonders"
},
{
"src": "screenshots/screen3.png",
"sizes": "800x600",
"type": "image/png",
"form_factor": "wide",
"label": "Enjoy photos and videos from all around the world"
},
{
"src": "screenshots/screen4.png",
"sizes": "800x600",
"type": "image/png",
"form_factor": "wide",
"label": "Explore artifacts and relics from the past"
},
{
"src": "screenshots/mobile1.png",
"sizes": "864x1872",
"type": "image/png",
"form_factor": "narrow",
"label": "Wonderous Welcome Screen"
},
{
"src": "screenshots/mobile2.png",
"sizes": "864x1872",
"type": "image/png",
"form_factor": "narrow",
"label": "Read about 8 amazing man-made wonders"
},
{
"src": "screenshots/mobile3.png",
"sizes": "864x1872",
"type": "image/png",
"form_factor": "narrow",
"label": "Enjoy photos and videos from all around the world"
},
{
"src": "screenshots/mobile4.png",
"sizes": "864x1872",
"type": "image/png",
"form_factor": "narrow",
"label": "Explore artifacts and relics from the past"
}
]
}

BIN
web/screenshots/mobile1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

BIN
web/screenshots/mobile2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 987 KiB

BIN
web/screenshots/mobile3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
web/screenshots/mobile4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 854 KiB

BIN
web/screenshots/screen1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

BIN
web/screenshots/screen2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

BIN
web/screenshots/screen3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 KiB

BIN
web/screenshots/screen4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 KiB