From 87874697ac47e3c4f1e9e101d8cb518e0b77bd37 Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Sat, 21 Aug 2021 04:01:23 +0300 Subject: [PATCH] Fix to drop obsolete manifest (in favor of template) --- images/favicons/webmin/manifest.json | 36 ---------------------------- 1 file changed, 36 deletions(-) delete mode 100644 images/favicons/webmin/manifest.json diff --git a/images/favicons/webmin/manifest.json b/images/favicons/webmin/manifest.json deleted file mode 100644 index 6c1c83d85..000000000 --- a/images/favicons/webmin/manifest.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "Webmin", - "short_name": "Webmin", - "description": "Powerful and flexible web-based server management control panel", - "start_url": "./", - "scope": ".", - "icons": [ - { - "src": "images/favicons/webmin/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png", - "purpose": "any" - }, - { - "src": "images/favicons/webmin/android-chrome-maskable-192x192.png", - "sizes": "192x192", - "type": "image/png", - "purpose": "maskable" - }, - { - "src": "images/favicons/webmin/android-chrome-512x512.png", - "sizes": "512x512", - "type": "image/png", - "purpose": "any" - }, - { - "src": "images/favicons/webmin/android-chrome-maskable-512x512.png", - "sizes": "512x512", - "type": "image/png", - "purpose": "maskable" - } -], - "theme_color": "#0d5ab7", - "background_color": "#ffffff", - "display": "standalone" -}