2015-12-18 16:50:36 +01:00
|
|
|
{
|
2023-01-17 10:50:28 +01:00
|
|
|
"name": "PairDrop",
|
|
|
|
"short_name": "PairDrop",
|
2023-11-20 22:54:02 +01:00
|
|
|
"icons": [
|
|
|
|
{
|
2023-01-18 21:01:29 +01:00
|
|
|
"src": "images/android-chrome-192x192.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png"
|
2023-11-20 22:54:02 +01:00
|
|
|
},
|
|
|
|
{
|
2023-01-18 21:01:29 +01:00
|
|
|
"src": "images/android-chrome-512x512.png",
|
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
2023-11-20 22:54:02 +01:00
|
|
|
},
|
|
|
|
{
|
2023-01-18 21:01:29 +01:00
|
|
|
"src": "images/android-chrome-192x192-maskable.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
2023-11-20 22:54:02 +01:00
|
|
|
},
|
|
|
|
{
|
2023-01-18 21:01:29 +01:00
|
|
|
"src": "images/android-chrome-512x512-maskable.png",
|
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
2023-11-20 22:54:02 +01:00
|
|
|
}
|
|
|
|
],
|
2019-03-14 20:20:50 +01:00
|
|
|
"background_color": "#efefef",
|
2018-09-21 16:05:03 +02:00
|
|
|
"start_url": "/",
|
2023-01-10 05:07:57 +01:00
|
|
|
"scope": "/",
|
2023-01-17 14:47:56 +01:00
|
|
|
"display": "minimal-ui",
|
2019-03-13 01:48:53 +01:00
|
|
|
"theme_color": "#3367d6",
|
2023-01-25 09:22:27 +01:00
|
|
|
"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"
|
2023-12-11 20:00:34 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "images/pairdrop_screenshot_mobile_8.png",
|
|
|
|
"sizes": "1170x2532",
|
|
|
|
"type": "image/png"
|
2023-01-25 09:22:27 +01:00
|
|
|
}
|
|
|
|
],
|
2019-03-13 01:48:53 +01:00
|
|
|
"share_target": {
|
2023-01-18 21:01:29 +01:00
|
|
|
"action": "/",
|
|
|
|
"method":"POST",
|
|
|
|
"enctype": "multipart/form-data",
|
2019-03-13 01:48:53 +01:00
|
|
|
"params": {
|
|
|
|
"title": "title",
|
|
|
|
"text": "text",
|
2023-01-18 21:01:29 +01:00
|
|
|
"url": "url",
|
|
|
|
"files": [{
|
|
|
|
"name": "allfiles",
|
|
|
|
"accept": ["*/*"]
|
|
|
|
}]
|
2019-03-13 01:48:53 +01:00
|
|
|
}
|
2023-01-18 15:45:53 +01:00
|
|
|
},
|
|
|
|
"launch_handler": {
|
|
|
|
"client_mode": "focus-existing"
|
2019-03-13 01:48:53 +01:00
|
|
|
}
|
2023-01-10 05:07:57 +01:00
|
|
|
}
|