cloudcmd/static/manifest.json
2024-11-13 21:13:27 +00:00

11 lines
245 B
JSON

{
"short_name": "CloudCMD",
"name": "Cloud Commander",
"display": "standalone",
"start_url": "..",
"icons": [{
"src": "../img/favicon/favicon-256.png",
"type": "image/png",
"sizes": "256x256"
}]
}