Skip to content

Commit

Permalink
Version 2.2.0.3 Do not use svg icon in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanmahieu committed Sep 2, 2018
1 parent 6582b91 commit e424f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"short_name": "FormHistCtrl",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "2.2.0.2",
"version": "2.2.0.3",
"author": "Stephan Mahieu",
"default_locale": "en",

Expand Down Expand Up @@ -65,7 +65,7 @@

"browser_action": {
"browser_style": false,
"default_icon": "theme/icons/fhc_icon.svg",
"default_icon": "theme/icons/fhc-128.png",
"default_title": "__MSG_extensionName__",
"default_popup": "popup/tableview/popup-small.html"
}
Expand Down

0 comments on commit e424f14

Please # to comment.