mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
19 lines
356 B
JSON
19 lines
356 B
JSON
{
|
|
"name": "StartOS",
|
|
"short_name": "StartOS",
|
|
"theme_color": "#ff5b71",
|
|
"background_color": "#1e1e1e",
|
|
"display": "standalone",
|
|
"scope": ".",
|
|
"start_url": "/?version=0351",
|
|
"id": "/?version=0351",
|
|
"icons": [
|
|
{
|
|
"src": "assets/img/icon.png",
|
|
"sizes": "256x256",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
}
|
|
]
|
|
}
|