From 2be395e640cba79f394ba5edce9df46996cde319 Mon Sep 17 00:00:00 2001 From: coderiaser Date: Sun, 24 May 2026 21:40:26 +0300 Subject: [PATCH] feature: cloudcmd: get rid of manifest: 401 basic auth --- html/index.html | 1 - public/manifest.json | 11 ----------- 2 files changed, 12 deletions(-) delete mode 100644 public/manifest.json diff --git a/html/index.html b/html/index.html index 76043d9c..0b7ea9ad 100644 --- a/html/index.html +++ b/html/index.html @@ -9,7 +9,6 @@ - diff --git a/public/manifest.json b/public/manifest.json deleted file mode 100644 index abd55ade..00000000 --- a/public/manifest.json +++ /dev/null @@ -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" - }] -}