From 3e76e9f3cea467ab87083ba4f57f1e5e8f76f40a Mon Sep 17 00:00:00 2001 From: Vishal Date: Sat, 8 Jan 2022 15:20:04 +0530 Subject: [PATCH] added icon for extension on browser's extensions page --- manifest.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ca5ab4b..7d125e3 100644 --- a/manifest.json +++ b/manifest.json @@ -2,6 +2,11 @@ "name": "AutoJoomer", "version": "2.2.1", "manifest_version": 2, + "icons": { + "16": "icon.png", + "48": "icon.png", + "128": "icon.png" + }, "permissions": [ "tabs" ], @@ -32,4 +37,4 @@ ] }], "content_security_policy": "script-src 'self' https://www.vishal-lokare.co https://www.googleapis.com https://*.firebasedatabase.app; object-src 'self'; connect-src 'self' wss://*.firebasedatabase.app https://www.vishal-lokare.co;" -} \ No newline at end of file +}