This commit is contained in:
krau
2025-06-16 08:02:17 +00:00
parent 99ff92eacd
commit 9d1909ab33
159 changed files with 3515 additions and 11439 deletions

15
manifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "Save Any Bot",
"short_name": "Save Any Bot",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "/favicon.svg",
"sizes": "512x512"
}
]
}