mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
* update pwa icon to official latest * fix bug if icon is null in assets * dismiss modal when connecting to a new registry
19 lines
334 B
JSON
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"
|
|
}
|
|
]
|
|
}
|