Skip to content
Snippets Groups Projects
Verified Commit 35e63a2a authored by Thomas Rientjes's avatar Thomas Rientjes
Browse files

Register additional browser action icon size

parent 6bd08bba
No related branches found
No related tags found
No related merge requests found
......@@ -230,6 +230,7 @@ stateManager.requests = {};
stateManager.tabs = {};
stateManager.defaultIconPath = {
'16': chrome.runtime.getURL('icons/action/icon16-default.png'),
'18': chrome.runtime.getURL('icons/action/icon18-default.png'),
'19': chrome.runtime.getURL('icons/action/icon19-default.png'),
'32': chrome.runtime.getURL('icons/action/icon32-default.png'),
......@@ -239,6 +240,7 @@ stateManager.defaultIconPath = {
};
stateManager.disabledIconPath = {
'16': chrome.runtime.getURL('icons/action/icon16-disabled.png'),
'18': chrome.runtime.getURL('icons/action/icon18-disabled.png'),
'19': chrome.runtime.getURL('icons/action/icon19-disabled.png'),
'32': chrome.runtime.getURL('icons/action/icon32-disabled.png'),
......
......@@ -32,6 +32,7 @@
"browser_action": {
"default_icon": {
"16": "icons/action/icon16-default.png",
"18": "icons/action/icon18-default.png",
"19": "icons/action/icon19-default.png",
"32": "icons/action/icon32-default.png",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment