Cleanup manifest and app icons
This commit is contained in:
parent
4bdead31ba
commit
c71208b1a0
|
@ -2,24 +2,13 @@
|
||||||
"name": "Snapdrop",
|
"name": "Snapdrop",
|
||||||
"short_name": "Snapdrop",
|
"short_name": "Snapdrop",
|
||||||
"icons": [{
|
"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",
|
"src": "images/android-chrome-192x192.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png"
|
"type": "image/png",
|
||||||
|
"purpose": "any maskable"
|
||||||
},{
|
},{
|
||||||
"src": "images/logo_transparent_512x512.png",
|
"src": "images/favicon-96x96.png",
|
||||||
"sizes": "512x512",
|
"sizes": "96x96",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}],
|
}],
|
||||||
"background_color": "#efefef",
|
"background_color": "#efefef",
|
||||||
|
@ -27,6 +16,7 @@
|
||||||
"display": "minimal-ui",
|
"display": "minimal-ui",
|
||||||
"theme_color": "#3367d6",
|
"theme_color": "#3367d6",
|
||||||
"share_target": {
|
"share_target": {
|
||||||
|
"method":"GET",
|
||||||
"action": "/?share_target",
|
"action": "/?share_target",
|
||||||
"params": {
|
"params": {
|
||||||
"title": "title",
|
"title": "title",
|
||||||
|
|
Loading…
Reference in New Issue