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
This commit is contained in:
Hagay Goshen 2024-11-22 12:14:34 +02:00 committed by GitHub
parent 03e3ba6ad8
commit dff0267239
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 19 additions and 2 deletions

View file

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