From e50aeeb47ecd8317925160ff055130df488fef93 Mon Sep 17 00:00:00 2001 From: Thomas Rupprecht Date: Fri, 4 Oct 2019 22:08:42 +0200 Subject: [PATCH] fix wrong icon --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 3d182ce..4cc4416 100644 --- a/manifest.json +++ b/manifest.json @@ -16,8 +16,8 @@ "default_title": "/usr/space", //"default_icon": "icons/logo.svg", "default_icon": { - "16": "icons/logo-19.png", - "32": "icons/logo-38.png" + "16": "icons/logo.svg", + "32": "icons/logo.svg" }, "default_area": "navbar", "default_popup": "popup/index.html"