mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
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:
parent
03e3ba6ad8
commit
dff0267239
4 changed files with 19 additions and 2 deletions
11
public/manifest.json
Normal file
11
public/manifest.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"short_name": "CloudCMD",
|
||||
"name": "Cloud Commander",
|
||||
"display": "standalone",
|
||||
"start_url": "..",
|
||||
"icons": [{
|
||||
"src": "../img/favicon/favicon-256.png",
|
||||
"type": "image/png",
|
||||
"sizes": "256x256"
|
||||
}]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue