mnml/client/manifest.webmanifest
2019-09-17 15:37:34 +10:00

22 lines
522 B
JSON

{
"name": "mnml",
"description": "mnml pvp atbs",
"short_name": "mnml",
"icons": [
{
"src": "./assets/icons/mnml.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "./assets/icons/mnml.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "/index.html",
"display": "fullscreen",
"orientation": "portrait",
"theme_color": "#000000",
"background_color": "#000000"
}