mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
21 lines
461 B
JSON
21 lines
461 B
JSON
{
|
|
"name": "StartOS",
|
|
"short_name": "StartOS",
|
|
"icons": [
|
|
{
|
|
"src": "/assets/icons/web-app-manifest-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "/assets/icons/web-app-manifest-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"theme_color": "#ffffff",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone"
|
|
} |