Version 2 initial commit

This commit is contained in:
RobinLinus 2018-09-21 16:05:03 +02:00
parent 81252d301c
commit 663db5cbb3
99 changed files with 2448 additions and 27650 deletions

29
client/manifest.json Normal file
View file

@ -0,0 +1,29 @@
{
"name": "Snapdrop",
"short_name": "Snapdrop",
"icons": [{
"src": "images/favicon-96x96.png",
"sizes": "96x96",
"type": "image/png"
}, {
"src": "images/apple-touch-icon.png",
"sizes": "152x152",
"type": "image/png"
}, {
"src": "images/mstile-150x150.png",
"sizes": "144x144",
"type": "image/png"
}, {
"src": "images/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
}, {
"src": "logo_transparent_white_512x512.png",
"sizes": "512x512",
"type": "image/png"
}],
"background_color": "#3367d6",
"start_url": "/",
"display": "standalone",
"theme_color": "#3367d6"
}