Lots of small improvements, websockets fallback

This commit is contained in:
Robin Linus
2015-12-23 13:57:13 +01:00
parent e5eab64c6b
commit 22be7c5cb9
35 changed files with 2672 additions and 916 deletions
+13 -11
View File
@@ -1,28 +1,30 @@
{
"name": "Share With Me",
"short_name": "Share With Me",
"icons": [{
"name": "SnapDrop",
"short_name": "SnapDrop",
"icons": [{
"src": "images/touch/icon-128x128.png",
"sizes": "128x128",
"type": "image/png"
}, {
}, {
"src": "images/touch/apple-touch-icon.png",
"sizes": "152x152",
"type": "image/png"
}, {
}, {
"src": "images/touch/ms-touch-icon-144x144-precomposed.png",
"sizes": "144x144",
"type": "image/png"
}, {
}, {
"src": "images/touch/chrome-touch-icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},{
}, {
"src": "images/touch/chrome-splashscreen-icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
}],
"background_color": "#3E4EB8",
"display": "standalone",
"theme_color": "#2E3AA1"
}],
"background_color": "#3367d6",
"start_url": "index.html",
"display": "standalone",
"theme_color": "#3367d6",
"orientation": "portrait"
}