Skip to content

Commit 19954bb

Browse files
chore: fix icon path issue in manifest v3
1 parent 1fc6de9 commit 19954bb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/manifest.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ const sharedConfig: Manifest.WebExtensionManifest = {
4040
version: packageJSON.version,
4141
author: packageJSON.author,
4242
icons: {
43-
"16": "./assets/icon16.png",
44-
"32": "./assets/icon32.png",
45-
"64": "./assets/icon64.png",
46-
"128": "./assets/icon128.png",
43+
"16": "assets/icon16.png",
44+
"32": "assets/icon32.png",
45+
"64": "assets/icon64.png",
46+
"128": "assets/icon128.png",
4747
},
4848
content_scripts: [
4949
{

0 commit comments

Comments
 (0)