Files
rune-docker/icons/manifest.json
Seth Van Niekerk 0e583a14c3
All checks were successful
Build & Push Docker Image / build-and-publish (push) Successful in 13s
Beginning of History
2025-10-08 15:32:03 -04:00

37 lines
762 B
JSON

{
"name": "RuneLite",
"short_name": "RuneLite",
"description": "RuneLite OSRS Client in Browser",
"start_url": "/",
"display": "fullscreen",
"orientation": "landscape",
"theme_color": "#ff6600",
"background_color": "#000000",
"icons": [
{
"src": "icon.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "apple-touch-icon-152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "apple-touch-icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "favicon.png",
"sizes": "32x32",
"type": "image/png"
}
]
}