Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
get rid of extra icons (#2885)
Browse files Browse the repository at this point in the history
  • Loading branch information
johngruen authored and jaredhirsch committed May 25, 2017
1 parent 3952008 commit aec7dab
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 8 deletions.
Binary file removed addon/webextension/icons/icon-128.png
Binary file not shown.
Binary file removed addon/webextension/icons/icon-16.png
Binary file not shown.
Binary file removed addon/webextension/icons/icon-19.png
Binary file not shown.
Binary file removed addon/webextension/icons/icon-256.png
Binary file not shown.
Binary file removed addon/webextension/icons/icon-32.png
Binary file not shown.
Binary file removed addon/webextension/icons/icon-38.png
Binary file not shown.
Binary file removed addon/webextension/icons/icon-48.png
Binary file not shown.
Binary file removed addon/webextension/icons/icon-64.png
Binary file not shown.
8 changes: 0 additions & 8 deletions addon/webextension/manifest.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@
}
},
"default_locale": "en_US",
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"64": "icons/icon-64.png",
"128": "icons/icon-128.png",
"256": "icons/icon-256.png"
},
"browser_action": {
"default_icon": {
"16": "icons/icon-16.svg",
Expand Down

0 comments on commit aec7dab

Please sign in to comment.