diff options
Diffstat (limited to 'manifest/manifest.json')
-rw-r--r-- | manifest/manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest/manifest.json b/manifest/manifest.json index 59dc3272..f4d92bbe 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "__MSG_Name__", - "version": "1.2.30", + "version": "1.2.31", "default_locale": "en", "description": "__MSG_Description__", "content_scripts": [{ @@ -32,6 +32,7 @@ "icons/downvote.png", "icons/thumbs_down.svg", "icons/thumbs_up.svg", + "icons/help.svg", "icons/report.png", "icons/close.png", "icons/beep.ogg", |