From 0a8848874c27b675e7f78b91c5fbce7f9d4e0741 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Tue, 14 Nov 2023 22:51:34 -0500 Subject: [PATCH] Remove the static webmanifest (dynamic now) --- umap/static/umap/favicons/manifest.webmanifest | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 umap/static/umap/favicons/manifest.webmanifest diff --git a/umap/static/umap/favicons/manifest.webmanifest b/umap/static/umap/favicons/manifest.webmanifest deleted file mode 100644 index a893e5b7..00000000 --- a/umap/static/umap/favicons/manifest.webmanifest +++ /dev/null @@ -1,6 +0,0 @@ -{ - "icons": [ - { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" }, - { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" } - ] -}