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

get rid of extra icons #2885

Merged
merged 1 commit into from
May 25, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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