cloudcmd/static/manifest.json
Hagay Goshen 71dc8dd6be
feature: cloudcmd: Add support for Progressive Web App (#426)
* Add support for Progressive Web App

* Add resized favicon 256x256
2024-11-13 22:11:13 +01:00

14 lines
278 B
JSON

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