From ba1c2de677625fc05f1ccff6097aea4d11ac381b Mon Sep 17 00:00:00 2001 From: PhilReact Date: Tue, 16 Apr 2024 15:48:02 +0300 Subject: [PATCH] added more icon sizes --- public/manifest.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 7865e01..ca0b7bc 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,9 +1,12 @@ { "manifest_version": 3, - "name": "Minimal Manifest", + "name": "Qortal", "version": "1.0.0", "icons": { - "32": "qort.png" + "16": "qort.png", + "32": "qort.png", + "48": "qort.png", + "128": "qort.png" }, "background": { "service_worker": "background.js",