Files
start-os/frontend/projects/ui/src/manifest.webmanifest
Lucy C 58747004fe Fix/misc frontend (#2273)
* update pwa icon to official latest

* fix bug if icon is null in assets

* dismiss modal when connecting to a new registry
2023-05-12 14:48:16 -06:00

19 lines
334 B
JSON

{
"name": "StartOS",
"short_name": "StartOS",
"theme_color": "#ff5b71",
"background_color": "#1e1e1e",
"display": "standalone",
"scope": ".",
"start_url": "/",
"id": "/",
"icons": [
{
"src": "assets/img/icon_pwa.png",
"sizes": "256x256",
"type": "image/png",
"purpose": "any"
}
]
}