Files
jank-client-fork/src/webpage/manifest.json
2025-03-17 09:54:41 -07:00

17 lines
359 B
JSON

{
"name": "Jank Client",
"icons": [
{
"src": "/logo.webp",
"sizes": "512x512"
}
],
"start_url": "/channels/@me",
"display": "standalone",
"scope": "/",
"theme_color": "#05050a",
"description": "Welcome to the Jank Client, a spacebar FOSS client implementation",
"background_color": "#05050a",
"offline_enabled": true
}