Files
start-os/web/projects/ui/src/manifest.webmanifest
2024-11-19 14:19:41 -07:00

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