Skip to content

Commit baec6d6

Browse files
committed
mg updated manifest to correct logo path
1 parent c9f069f commit baec6d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/extension/build/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"service_worker": "bundles/background.bundle.js"
99
},
1010
"icons": {
11-
"48": "assets/logos/chromeExtensionIcons/whiteBlackSquareIcon48.png",
12-
"128": "assets/logos/chromeExtensionIcons/whiteBlackSquareIcon128.png"
11+
"48": "assets/whiteBlackSquareIcon48.png",
12+
"128": "assets/whiteBlackSquareIcon128.png"
1313
},
1414
"content_scripts": [
1515
{

0 commit comments

Comments
 (0)