mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:14:48 +00:00
40 lines
906 B
JSON
40 lines
906 B
JSON
{
|
|
"name": "MineXLauncher",
|
|
"short_name": "MineX",
|
|
"description": "MineXLauncher is a custom launcher for Eaglercraft that has many versions and clients.",
|
|
"id": "/",
|
|
"start_url": "/",
|
|
"theme_color": "#333",
|
|
"background_color": "#333",
|
|
"orientation": "landscape",
|
|
"display": "standalone",
|
|
"display_override": ["fullscreen"],
|
|
"categories": ["games"],
|
|
"icons": [
|
|
{
|
|
"src": "/resources/manifest/icons/any/192x192.webp",
|
|
"sizes": "192x192",
|
|
"type": "image/webp"
|
|
},
|
|
{
|
|
"src": "/resources/manifest/icons/any/512x512.webp",
|
|
"sizes": "512x512",
|
|
"type": "image/webp"
|
|
},
|
|
{
|
|
"src": "/resources/manifest/icons/maskable/2275x2275.webp",
|
|
"sizes": "2275x2275",
|
|
"type": "image/webp",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"screenshots": [
|
|
{
|
|
"src": "/resources/manifest/screenshots/home.webp",
|
|
"sizes": "1366x768",
|
|
"type": "image/webp",
|
|
"form_factor": "wide"
|
|
}
|
|
]
|
|
}
|