aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json7
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": ["*://*/*"],