33 lines
694 B
JSON
33 lines
694 B
JSON
{
|
|
"id": "/",
|
|
"name": "Sybil",
|
|
"short_name": "Sybil",
|
|
"description": "Sybil chat and search workspace",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"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"
|
|
}
|
|
]
|
|
}
|