2015-12-18 16:50:36 +01:00
|
|
|
{
|
2015-12-26 13:33:16 +01:00
|
|
|
"name": "Snapdrop",
|
|
|
|
"short_name": "Snapdrop",
|
2015-12-23 13:57:13 +01:00
|
|
|
"icons": [{
|
2018-09-21 16:05:03 +02:00
|
|
|
"src": "images/favicon-96x96.png",
|
|
|
|
"sizes": "96x96",
|
2015-12-18 16:50:36 +01:00
|
|
|
"type": "image/png"
|
2019-03-13 01:21:44 +01:00
|
|
|
},{
|
2018-09-21 16:05:03 +02:00
|
|
|
"src": "images/apple-touch-icon.png",
|
2015-12-18 16:50:36 +01:00
|
|
|
"sizes": "152x152",
|
|
|
|
"type": "image/png"
|
2019-03-13 01:21:44 +01:00
|
|
|
},{
|
2018-09-21 16:05:03 +02:00
|
|
|
"src": "images/mstile-150x150.png",
|
2015-12-18 16:50:36 +01:00
|
|
|
"sizes": "144x144",
|
|
|
|
"type": "image/png"
|
2019-03-13 01:21:44 +01:00
|
|
|
},{
|
2018-09-21 16:05:03 +02:00
|
|
|
"src": "images/android-chrome-192x192.png",
|
2015-12-18 16:50:36 +01:00
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png"
|
2019-03-13 01:21:44 +01:00
|
|
|
},{
|
2019-03-13 01:48:53 +01:00
|
|
|
"src": "images/logo_transparent_512x512.png",
|
2018-09-21 16:05:03 +02:00
|
|
|
"sizes": "512x512",
|
2015-12-18 16:50:36 +01:00
|
|
|
"type": "image/png"
|
2015-12-23 13:57:13 +01:00
|
|
|
}],
|
|
|
|
"background_color": "#3367d6",
|
2018-09-21 16:05:03 +02:00
|
|
|
"start_url": "/",
|
2018-10-10 14:35:15 +02:00
|
|
|
"display": "minimal-ui",
|
2019-03-13 01:48:53 +01:00
|
|
|
"theme_color": "#3367d6",
|
|
|
|
"share_target": {
|
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"
|
|
|
|
}
|
|
|
|
}
|
2019-03-13 01:21:44 +01:00
|
|
|
}
|