init stuff

This commit is contained in:
MathMan05 2024-05-26 20:11:56 -05:00
parent abdd9579ff
commit 54448f3a4a
18 changed files with 3199 additions and 0 deletions

12
webpage/manifest.json Normal file
View file

@ -0,0 +1,12 @@
{
"name": "Jank Client",
"icons": [
{
"src": "/bitmap.svg",
"sizes": "512x512"
}
],
"start_url":"/channels/@me",
"display":"standalone",
"theme_color":"#05050a"
}