Skip to content

Commit

Permalink
created icon files in every required format, updated design, updated …
Browse files Browse the repository at this point in the history
…manifest to use new icon. incremented patch version number
  • Loading branch information
Jon McLaren committed Aug 16, 2018
1 parent bbdbaa9 commit fab76aa
Show file tree
Hide file tree
Showing 9 changed files with 653 additions and 796 deletions.
Binary file added icon-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon-18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon-19.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon-38.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,434 changes: 640 additions & 794 deletions icon.ai

Large diffs are not rendered by default.

Binary file removed icon.png
Binary file not shown.
15 changes: 13 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
{
"manifest_version": 2,
"name": "__MSG_extName__",
"version": "1.03.2",
"version": "1.03.3",
"default_locale":"en",
"description": "__MSG_extDesc__",
"browser_action": {
"default_popup": "popup.html",
"default_title": "HubSpot Dev Tools",
"default_icon": "icon.png"
"default_icon": {
"16": "icon-16.png",
"19": "icon-19.png",
"38": "icon-38.png",
"48": "icon-48.png",
"128": "icon-128.png" }
},
"icons": {
"16": "icon-16.png",
"19": "icon-19.png",
"38": "icon-38.png",
"48": "icon-48.png",
"128": "icon-128.png" },
"permissions": [
"storage",
"activeTab"
Expand Down

0 comments on commit fab76aa

Please sign in to comment.