2015-12-18 16:50:36 +01:00
|
|
|
{
|
2023-01-10 17:22:36 +01:00
|
|
|
"name": "Pairdrop",
|
|
|
|
"short_name": "Pairdrop",
|
2015-12-23 13:57:13 +01:00
|
|
|
"icons": [{
|
2018-09-21 16:05:03 +02:00
|
|
|
"src": "images/android-chrome-192x192.png",
|
2015-12-18 16:50:36 +01:00
|
|
|
"sizes": "192x192",
|
2021-01-02 12:17:52 +01:00
|
|
|
"type": "image/png"
|
|
|
|
},{
|
|
|
|
"src": "images/android-chrome-512x512.png",
|
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
|
|
|
},{
|
|
|
|
"src": "images/android-chrome-192x192-maskable.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
|
|
|
},{
|
|
|
|
"src": "images/android-chrome-512x512-maskable.png",
|
|
|
|
"sizes": "512x512",
|
2020-12-21 03:09:32 +01:00
|
|
|
"type": "image/png",
|
2021-01-02 12:17:52 +01:00
|
|
|
"purpose": "maskable"
|
2019-03-13 01:21:44 +01:00
|
|
|
},{
|
2020-12-21 03:09:32 +01:00
|
|
|
"src": "images/favicon-96x96.png",
|
|
|
|
"sizes": "96x96",
|
2015-12-18 16:50:36 +01:00
|
|
|
"type": "image/png"
|
2015-12-23 13:57:13 +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": "/",
|
|
|
|
"display": "standalone",
|
2019-03-13 01:48:53 +01:00
|
|
|
"theme_color": "#3367d6",
|
|
|
|
"share_target": {
|
2020-12-21 03:09:32 +01:00
|
|
|
"method":"GET",
|
2019-03-13 01:54:42 +01:00
|
|
|
"action": "/?share_target",
|
2019-03-13 01:48:53 +01:00
|
|
|
"params": {
|
|
|
|
"title": "title",
|
|
|
|
"text": "text",
|
|
|
|
"url": "url"
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 05:07:57 +01:00
|
|
|
}
|