{
"name": "SomeGuyOS",
"short_name": "SomeGuyOS",
"description": "A web-based operating system interface.",
"start_url": "./index.html",
"display": "standalone",
"background_color": "#1e293b",
"theme_color": "#c2410c",
"icons": [
{
"src": "https://images.unsplash.com/photo-1477346611705-65d1883cee1e?q=80&w=192&h=192&auto=format&fit=crop",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "https://images.unsplash.com/photo-1477346611705-65d1883cee1e?q=80&w=512&h=512&auto=format&fit=crop",
"sizes": "512x512",
"type": "image/png"
}
]
}