Files
Sybil-2/web/public/manifest.webmanifest

33 lines
694 B
Plaintext
Raw Permalink Normal View History

2026-02-15 23:14:24 -08:00
{
2026-05-30 00:32:57 -07:00
"id": "/",
2026-02-15 23:14:24 -08:00
"name": "Sybil",
"short_name": "Sybil",
2026-05-30 00:32:57 -07:00
"description": "Sybil chat and search workspace",
2026-02-15 23:14:24 -08:00
"start_url": "/",
"scope": "/",
2026-05-30 00:32:57 -07:00
"display": "fullscreen",
"display_override": ["fullscreen", "standalone"],
"background_color": "#0b0718",
"theme_color": "#0f172a",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
2026-02-15 23:14:24 -08:00
}