mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-04 21:47:14 -04:00
Version 2 initial commit
This commit is contained in:
parent
81252d301c
commit
663db5cbb3
99 changed files with 2448 additions and 27650 deletions
29
client/manifest.json
Normal file
29
client/manifest.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue