mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-06-22 06:00:43 -04:00
Added PWA support
This commit is contained in:
parent
957ca39f90
commit
80dc61f49e
2 changed files with 10 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
|||
}
|
||||
],
|
||||
"background_color": "#efefef",
|
||||
"display": "minimal-ui",
|
||||
"display": "standalone",
|
||||
"theme_color": "#3367d6",
|
||||
"screenshots" : [
|
||||
{
|
||||
|
@ -86,5 +86,10 @@
|
|||
},
|
||||
"launch_handler": {
|
||||
"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