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-10-07 12:44:07 +02:00

18 lines
337 B
JSON

{
"short_name": "Serengo",
"name": "Serengo",
"description": "meet the unexpected.",
"icons": [
{
"src": "/logo.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "white",
"background_color": "white"
}