first commit

This commit is contained in:
MCHost
2025-06-23 22:59:27 -04:00
commit b7c2fa6d19
18 changed files with 7675 additions and 0 deletions

18
web/manifest.json Normal file
View File

@ -0,0 +1,18 @@
{
"id": "/",
"start_url": "/",
"scope": "/",
"name": "SFTP Browser",
"short_name": "SFTP",
"description": "Manage files on your SFTP server with ease!",
"categories": [ "utilities", "productivity" ],
"icons": [{
"src": "/icon.png",
"size": "256x256",
"type": "image/png",
"purpose": "maskable any"
}],
"background_color": "#1f2733",
"theme_color": "#1f2733",
"display": "standalone"
}