mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-18 17:16:46 +03:00
Fix Firefox DevTools extension paths (#231)
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
|
||||
chrome.devtools.panels.create(
|
||||
'Impeccable',
|
||||
'icons/icon-32.png',
|
||||
'devtools/panel.html'
|
||||
'/icons/icon-32.png',
|
||||
'/devtools/panel.html'
|
||||
);
|
||||
|
||||
// Sidebar pane in the Elements panel: shows findings for the currently selected element
|
||||
chrome.devtools.panels.elements.createSidebarPane('Impeccable', (sidebar) => {
|
||||
sidebar.setPage('devtools/sidebar.html');
|
||||
sidebar.setPage('/devtools/sidebar.html');
|
||||
sidebar.setHeight('200px');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user