This repository has been archived on 2026-02-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
serengo/static/manifest.json
2025-09-29 17:14:26 +02:00

27 lines
515 B
JSON

{
"short_name": "Serengo",
"name": "Serengo",
"description": "meet the unexpected.",
"icons": [
{
"src": "/favicon-64x64.png",
"sizes": "64x64",
"type": "image/png"
},
{
"src": "/favicon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "black",
"background_color": "white"
}