Files
start-os/web/projects/ui/src/manifest.webmanifest
2023-11-16 11:06:24 -07:00

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"
}
]
}