mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-06-15 10:44:52 -04:00
Added PWA support
This commit is contained in:
parent
957ca39f90
commit
80dc61f49e
2 changed files with 10 additions and 3 deletions
|
@ -11,7 +11,9 @@
|
||||||
<meta name="color-scheme" content="dark light">
|
<meta name="color-scheme" content="dark light">
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="apple-mobile-web-app-title" content="PairDrop">
|
<meta name="apple-mobile-web-app-title" content="PairDrop">
|
||||||
<meta name="application-name" content="PairDrop">
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||||
|
<meta name="mobile-web-app-capable" content="yes">
|
||||||
|
<link rel="apple-touch-startup-image" href="images/apple-splash-2048-2732.png" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2)">
|
||||||
<!-- Descriptions -->
|
<!-- Descriptions -->
|
||||||
<meta name="description" content="Instantly share images, videos, PDFs, and links with people nearby. Peer2Peer and Open Source. No Setup, No Signup.">
|
<meta name="description" content="Instantly share images, videos, PDFs, and links with people nearby. Peer2Peer and Open Source. No Setup, No Signup.">
|
||||||
<meta name="keywords" content="File, Transfer, Share, Peer2Peer">
|
<meta name="keywords" content="File, Transfer, Share, Peer2Peer">
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"background_color": "#efefef",
|
"background_color": "#efefef",
|
||||||
"display": "minimal-ui",
|
"display": "standalone",
|
||||||
"theme_color": "#3367d6",
|
"theme_color": "#3367d6",
|
||||||
"screenshots" : [
|
"screenshots" : [
|
||||||
{
|
{
|
||||||
|
@ -86,5 +86,10 @@
|
||||||
},
|
},
|
||||||
"launch_handler": {
|
"launch_handler": {
|
||||||
"client_mode": "focus-existing"
|
"client_mode": "focus-existing"
|
||||||
}
|
},
|
||||||
|
"start_url": "/",
|
||||||
|
"orientation": "any",
|
||||||
|
"categories": ["utilities", "productivity"],
|
||||||
|
"prefer_related_applications": false,
|
||||||
|
"display_override": ["window-controls-overlay", "standalone"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue