From 56498877b12a1223f7e5300af6c445f8e841228c Mon Sep 17 00:00:00 2001 From: Radu Date: Sun, 27 Aug 2023 15:00:36 -0400 Subject: Add icon to avoid uninformative puzzle piece --- manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 3bf0b83..f4cbfb8 100644 --- a/manifest.json +++ b/manifest.json @@ -3,6 +3,13 @@ "name": "TeX Type", "version": "0.1.0", "description": "Converts commands (some TeX) in textboxes to unicode as one types.", + "icons": { + "16": "icons/16.png", + "32": "icons/32.png", + "48": "icons/48.png", + "64": "icons/64.png", + "96": "icons/96.png" + }, "permissions": ["storage"], "content_scripts": [{ "matches": ["*://*/*"], -- cgit v1.2.3