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": [{
|
2015-12-18 16:50:36 +01:00
|
|
|
"src": "images/touch/icon-128x128.png",
|
|
|
|
"sizes": "128x128",
|
|
|
|
"type": "image/png"
|
2015-12-23 13:57:13 +01:00
|
|
|
}, {
|
2015-12-18 16:50:36 +01:00
|
|
|
"src": "images/touch/apple-touch-icon.png",
|
|
|
|
"sizes": "152x152",
|
|
|
|
"type": "image/png"
|
2015-12-23 13:57:13 +01:00
|
|
|
}, {
|
2015-12-18 16:50:36 +01:00
|
|
|
"src": "images/touch/ms-touch-icon-144x144-precomposed.png",
|
|
|
|
"sizes": "144x144",
|
|
|
|
"type": "image/png"
|
2015-12-23 13:57:13 +01:00
|
|
|
}, {
|
2015-12-18 16:50:36 +01:00
|
|
|
"src": "images/touch/chrome-touch-icon-192x192.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png"
|
2015-12-23 13:57:13 +01:00
|
|
|
}, {
|
2015-12-18 16:50:36 +01:00
|
|
|
"src": "images/touch/chrome-splashscreen-icon-384x384.png",
|
|
|
|
"sizes": "384x384",
|
|
|
|
"type": "image/png"
|
2015-12-23 13:57:13 +01:00
|
|
|
}],
|
|
|
|
"background_color": "#3367d6",
|
|
|
|
"start_url": "index.html",
|
|
|
|
"display": "standalone",
|
|
|
|
"theme_color": "#3367d6",
|
|
|
|
"orientation": "portrait"
|
2015-12-18 16:50:36 +01:00
|
|
|
}
|