mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
25 lines
526 B
JSON
25 lines
526 B
JSON
{
|
|
"name": "StartOS",
|
|
"short_name": "StartOS",
|
|
"theme_color": "#ff5b71",
|
|
"background_color": "#1e1e1e",
|
|
"display": "standalone",
|
|
"scope": ".",
|
|
"start_url": "/?version=036",
|
|
"id": "/?version=036",
|
|
"icons": [
|
|
{
|
|
"src": "/assets/icons/web-app-manifest-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/assets/icons/web-app-manifest-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
}
|
|
],
|
|
}
|