add screenshots to PWA manifest.json

This commit is contained in:
schlagmichdoch 2023-01-25 09:22:27 +01:00
parent a69cbbe1d6
commit 5a985e853c
8 changed files with 37 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

View file

@ -29,6 +29,43 @@
"scope": "/",
"display": "minimal-ui",
"theme_color": "#3367d6",
"screenshots" : [
{
"src": "images/pairdrop_screenshot_mobile_1.png",
"sizes": "1170x2532",
"type": "image/png"
},
{
"src": "images/pairdrop_screenshot_mobile_2.png",
"sizes": "1170x2532",
"type": "image/png"
},
{
"src": "images/pairdrop_screenshot_mobile_3.png",
"sizes": "1170x2532",
"type": "image/png"
},
{
"src": "images/pairdrop_screenshot_mobile_4.png",
"sizes": "1170x2532",
"type": "image/png"
},
{
"src": "images/pairdrop_screenshot_mobile_5.png",
"sizes": "1170x2532",
"type": "image/png"
},
{
"src": "images/pairdrop_screenshot_mobile_6.png",
"sizes": "1170x2532",
"type": "image/png"
},
{
"src": "images/pairdrop_screenshot_mobile_7.png",
"sizes": "1170x2532",
"type": "image/png"
}
],
"share_target": {
"action": "/",
"method":"POST",