All checks were successful
Build & Push Docker Image / build-and-publish (push) Successful in 13s
37 lines
762 B
JSON
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"
|
|
}
|
|
]
|
|
} |