Skip to content

Commit 2a6afb1

Browse files
author
Patrick Brosset
committed
Nicer looking icon. Fixes #14
1 parent c2d7c13 commit 2a6afb1

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

src/devtools/devtools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function handleHidden() {
1414

1515
browser.devtools.panels.create(
1616
"Highlighter",
17-
"icons/star.png",
17+
"icons/logo.svg",
1818
"devtools/panel/panel.html"
1919
).then(panel => {
2020
panel.onShown.addListener(handleShown);

src/icons/logo.svg

Lines changed: 8 additions & 0 deletions
Loading

src/icons/star.png

-1.58 KB
Binary file not shown.

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "Patrick Brosset",
77
"homepage_url": "https://github.com/captainbrosset/devtools-highlighter",
88
"icons": {
9-
"48": "icons/star.png"
9+
"48": "icons/logo.svg"
1010
},
1111

1212
"background": {

0 commit comments

Comments
 (0)