From 486935ce2eda7b216f3f6842993fae86bb56ef50 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Mon, 23 Sep 2019 19:09:03 -0500 Subject: [PATCH] Fix icon paths --- xul-ext/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xul-ext/manifest.json b/xul-ext/manifest.json index 9e8fb7d..0ba3377 100644 --- a/xul-ext/manifest.json +++ b/xul-ext/manifest.json @@ -13,8 +13,8 @@ "homepage_url": "http://github.com/kee-org/keebird", "description": "Use KeePass Password Safe to manage your login credentials.", "icons": { - "48": "chrome/icon.png", - "64": "chrome/icon64.png" + "48": "icon.png", + "64": "icon64.png" }, "legacy": { "type": "xul",