17 lines
359 B
JSON
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
|
|
}
|