From f9419cebac3b411d4f891efaa630b46f56321a36 Mon Sep 17 00:00:00 2001 From: Jaylyn Barbee Date: Mon, 8 Jan 2024 09:11:58 -0500 Subject: [PATCH] svg icon test --- manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.json b/manifest.json index e08bf18..1840e5f 100644 --- a/manifest.json +++ b/manifest.json @@ -18,6 +18,11 @@ "prefer_related_applications": false, "display_override" : ["window-controls-overlay"], "icons": [ + { + "src": "assets/icons/Play.svg", + "sizes": "64x64", + "type":"image/svg" + }, { "src": "assets/icons/logo_64.png", "sizes": "64x64",