Files
sulfur/manifest.json
T
2026-08-20 18:44:46 -05:00

22 lines
461 B
JSON

{
"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"
}
]
}