HexGameMaker / assets /site.webmanifest
Surn's picture
Revisions V3 - Favicons and minor HTML updates
33e124f
raw
history blame contribute delete
433 Bytes
{
"name": "Hex Game Maker",
"short_name": "HexGameMaker",
"icons": [
{
"src": "gradio_api/file=./assets/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "gradio_api/file=./assets/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ff00ff",
"background_color": "#ffffff",
"display": "standalone"
}