This commit is contained in:
2026-08-20 18:44:46 -05:00
parent 5a54e50882
commit dbe0ce8af2
16 changed files with 3002 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "Sulfur Launcher",
"short_name": "Sulfur",
"start_url": "./index.html",
"display": "standalone",
"background_color": "#0a0a0a",
"theme_color": "#e0df94",
"description": "A premium web-based launcher for Eaglercraft",
"icons": [
{
"src": "assets/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "assets/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}