Skip to content

Commit

Permalink
✨ feat: 支持 edge focus mode
Browse files Browse the repository at this point in the history
  • Loading branch information
imlinhanchao committed Feb 11, 2023
1 parent ce89e35 commit c8f84d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/logo_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/devtools/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

let panelWindow: { [key:number]: Window} = {};
chrome.devtools.panels.create("Storage Editor", "icon.png", "src/panel/index.html", panel => {
chrome.devtools.panels.create("Storage Editor", "logo_128.png", "src/panel/index.html", panel => {
// code invoked on panel creation
panel.onShown.addListener( (extPanelWindow) => {
panelWindow[chrome.devtools.inspectedWindow.tabId] = extPanelWindow;
Expand Down

0 comments on commit c8f84d1

Please sign in to comment.