forked from mystiq/hydrogen-web
ae2f9c6332
also make PWA standalone instead of fullscreen as that doesn't seem to play well with the onscreen keyboard on mobile
12 lines
441 B
JSON
12 lines
441 B
JSON
{
|
|
"name": "Hydrogen",
|
|
"short_name": "Hydrogen",
|
|
"display": "standalone",
|
|
"description": "Lightweight matrix client with legacy and mobile browser support",
|
|
"start_url": "index.html",
|
|
"icons": [
|
|
{"src": "assets/icon.png", "sizes": "384x384", "type": "image/png"},
|
|
{"src": "assets/icon-maskable.png", "sizes": "384x384", "type": "image/png", "purpose": "maskable"}
|
|
],
|
|
"theme_color": "#0DBD8B"
|
|
}
|