move files for node only implementation

This commit is contained in:
schlagmichdoch 2022-12-23 05:04:52 +01:00
parent 72f3bb0e7c
commit 947e088aeb
28 changed files with 27 additions and 0 deletions

View file

@ -1,40 +0,0 @@
{
"name": "Snapdrop",
"short_name": "Snapdrop",
"icons": [{
"src": "images/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},{
"src": "images/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},{
"src": "images/android-chrome-192x192-maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},{
"src": "images/android-chrome-512x512-maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},{
"src": "images/favicon-96x96.png",
"sizes": "96x96",
"type": "image/png"
}],
"background_color": "#efefef",
"start_url": "/",
"display": "minimal-ui",
"theme_color": "#3367d6",
"share_target": {
"method":"GET",
"action": "/?share_target",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
}
}