mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: cloudcmd: get rid of manifest: 401 basic auth
This commit is contained in:
parent
447d990f43
commit
2be395e640
2 changed files with 0 additions and 12 deletions
|
|
@ -9,7 +9,6 @@
|
|||
<link rel="icon" href="{{ prefix }}/favicon.ico">
|
||||
|
||||
<link rel=stylesheet href="{{ prefix }}/dist/cloudcmd.common.css">
|
||||
<link rel="manifest" href="{{ prefix }}/public/manifest.json">
|
||||
<noscript>
|
||||
<link rel=stylesheet href="{{ prefix }}/dist/nojs.css">
|
||||
</noscript>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue