2015-12-18 15:50:36 +00:00
|
|
|
{
|
2015-12-26 12:33:16 +00:00
|
|
|
"name": "Snapdrop",
|
|
|
|
"short_name": "Snapdrop",
|
2015-12-23 12:57:13 +00:00
|
|
|
"icons": [{
|
2018-09-21 14:05:03 +00:00
|
|
|
"src": "images/favicon-96x96.png",
|
|
|
|
"sizes": "96x96",
|
2015-12-18 15:50:36 +00:00
|
|
|
"type": "image/png"
|
2019-03-13 00:21:44 +00:00
|
|
|
},{
|
2018-09-21 14:05:03 +00:00
|
|
|
"src": "images/apple-touch-icon.png",
|
2015-12-18 15:50:36 +00:00
|
|
|
"sizes": "152x152",
|
|
|
|
"type": "image/png"
|
2019-03-13 00:21:44 +00:00
|
|
|
},{
|
2018-09-21 14:05:03 +00:00
|
|
|
"src": "images/mstile-150x150.png",
|
2015-12-18 15:50:36 +00:00
|
|
|
"sizes": "144x144",
|
|
|
|
"type": "image/png"
|
2019-03-13 00:21:44 +00:00
|
|
|
},{
|
2018-09-21 14:05:03 +00:00
|
|
|
"src": "images/android-chrome-192x192.png",
|
2015-12-18 15:50:36 +00:00
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png"
|
2019-03-13 00:21:44 +00:00
|
|
|
},{
|
2019-03-13 00:48:53 +00:00
|
|
|
"src": "images/logo_transparent_512x512.png",
|
2018-09-21 14:05:03 +00:00
|
|
|
"sizes": "512x512",
|
2015-12-18 15:50:36 +00:00
|
|
|
"type": "image/png"
|
2015-12-23 12:57:13 +00:00
|
|
|
}],
|
2019-03-14 19:20:50 +00:00
|
|
|
"background_color": "#efefef",
|
2018-09-21 14:05:03 +00:00
|
|
|
"start_url": "/",
|
2020-03-09 21:55:12 +00:00
|
|
|
"display": "minimal-ui",
|
2019-03-13 00:48:53 +00:00
|
|
|
"theme_color": "#3367d6",
|
|
|
|
"share_target": {
|
2019-03-13 00:54:42 +00:00
|
|
|
"action": "/?share_target",
|
2019-03-13 00:48:53 +00:00
|
|
|
"params": {
|
|
|
|
"title": "title",
|
|
|
|
"text": "text",
|
|
|
|
"url": "url"
|
|
|
|
}
|
|
|
|
}
|
2019-03-13 00:21:44 +00:00
|
|
|
}
|