diff options
author | Radu <radu@pml4t.net> | 2023-08-27 15:00:36 -0400 |
---|---|---|
committer | Radu <radu@pml4t.net> | 2023-08-27 16:46:16 -0400 |
commit | 56498877b12a1223f7e5300af6c445f8e841228c (patch) | |
tree | eed1c46270490fdab74aed20c1e90b27fa1b8068 /manifest.json | |
parent | d5615779178c1b0c46ba3342ead025aa5c220aad (diff) |
Add icon to avoid uninformative puzzle piece
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 7 |
1 files changed, 7 insertions, 0 deletions
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": ["*://*/*"], |