cloudcmd/public/manifest.json
Hagay Goshen dff0267239
fix: cloudcmd: make manifest.json accessible when authentication is enabled (#428)
* Make manifest.json accessable when authentication is enabled

* add test for manifest.json availability when authentication is enabled
2024-11-22 11:14:34 +01: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"
}]
}