add screenshots to PWA manifest.json
BIN
public/images/pairdrop_screenshot_mobile_1.png
Normal file
After Width: | Height: | Size: 232 KiB |
BIN
public/images/pairdrop_screenshot_mobile_2.png
Normal file
After Width: | Height: | Size: 232 KiB |
BIN
public/images/pairdrop_screenshot_mobile_3.png
Normal file
After Width: | Height: | Size: 1 MiB |
BIN
public/images/pairdrop_screenshot_mobile_4.png
Normal file
After Width: | Height: | Size: 232 KiB |
BIN
public/images/pairdrop_screenshot_mobile_5.png
Normal file
After Width: | Height: | Size: 1.7 MiB |
BIN
public/images/pairdrop_screenshot_mobile_6.png
Normal file
After Width: | Height: | Size: 180 KiB |
BIN
public/images/pairdrop_screenshot_mobile_7.png
Normal file
After Width: | Height: | Size: 201 KiB |
|
@ -29,6 +29,43 @@
|
||||||
"scope": "/",
|
"scope": "/",
|
||||||
"display": "minimal-ui",
|
"display": "minimal-ui",
|
||||||
"theme_color": "#3367d6",
|
"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": {
|
"share_target": {
|
||||||
"action": "/",
|
"action": "/",
|
||||||
"method":"POST",
|
"method":"POST",
|
||||||
|
|