lix.systems/static/manifest.json
2024-03-12 16:52:10 -07:00

22 lines
523 B
JSON

{
"lang": "en-US",
"display": "standalone",
"name": "Lix",
"short_name": "Lix",
"description": "A fresh take on Nix focused on stability and UX",
"theme_color": "#D362A4",
"background_color": "#170A0D",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}