From d5abb6988d91dc744108af23bf3b0367391f906b Mon Sep 17 00:00:00 2001 From: Sai Kandregula <72464025+decoherencer@users.noreply.github.com> Date: Fri, 20 Oct 2023 14:57:35 +0530 Subject: [PATCH] Update manifest.json Adding icons in web_accessible_resources --- src/manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index ebd9af9f..dcd9f1a2 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -62,7 +62,11 @@ "128": "img/ic_suspendy_128x128.png" }, "web_accessible_resources": [ - "suspended.html" + "suspended.html", + "img/ic_suspendy_16x16.png", + "img/ic_suspendy_32x32.png", + "img/ic_suspendy_48x48.png", + "img/ic_suspendy_128x128.png" ], "content_security_policy": "script-src 'self'; object-src 'self'; child-src 'self'; connect-src 'self'; img-src 'self' data: chrome:; style-src 'self'; default-src 'self'", "incognito": "split",