mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
* update to use transparent icon; add icon to login * update setup mocks to imitate reality * update webmanifest version * fix version in webmanifest * reset icons with background; update login page style * adjust login header * cleanup + adjust icon size * revert icon * cleanup and reposition error message
19 lines
354 B
JSON
19 lines
354 B
JSON
{
|
|
"name": "StartOS",
|
|
"short_name": "StartOS",
|
|
"theme_color": "#ff5b71",
|
|
"background_color": "#1e1e1e",
|
|
"display": "standalone",
|
|
"scope": ".",
|
|
"start_url": "/?version=035",
|
|
"id": "/?version=035",
|
|
"icons": [
|
|
{
|
|
"src": "assets/img/icon.png",
|
|
"sizes": "256x256",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
}
|
|
]
|
|
}
|