mnml/studios/manifest.webmanifest
2020-01-04 17:29:07 +10:00

22 lines
521 B
JSON

{
"name": "MNML Studios AU",
"description": "",
"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": "standalone",
"orientation": "landscape",
"theme_color": "#000000",
"background_color": "#000000"
}