clone/manifest.json
{
"name": "HORMUZY — Run the Gauntlet",
"short_name": "HORMUZY",
"description": "Captain a massive oil tanker through the world's deadliest strait.",
"start_url": "/",
"display": "fullscreen",
"orientation": "any",
"background_color": "#0a1628",
"theme_color": "#0a1628",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}