File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,10 @@ function onConnect(port) {
178178 connections . tab [ id ] = port ;
179179 listener = msg => {
180180 if ( msg . name === 'INIT_INSTANCE' ) {
181- if ( typeof id === 'number' ) chrome . pageAction . show ( id ) ;
181+ if ( typeof id === 'number' ) {
182+ chrome . pageAction . show ( id ) ;
183+ chrome . pageAction . setIcon ( { tabId : id , path : 'img/logo/38x38.png' } ) ;
184+ }
182185 if ( isMonitored ) port . postMessage ( { type : 'START' } ) ;
183186
184187 const state = window . store . getState ( ) ;
Original file line number Diff line number Diff line change 66 "homepage_url" : " https://github.com/zalmoxisus/redux-devtools-extension" ,
77 "manifest_version" : 2 ,
88 "page_action" : {
9- "default_icon" : " img/logo/38x38 .png" ,
9+ "default_icon" : " img/logo/gray .png" ,
1010 "default_title" : " Redux DevTools" ,
1111 "default_popup" : " window.html#popup"
1212 },
You can’t perform that action at this time.
0 commit comments