Skip to content

Commit 5ef4ab5

Browse files
fix(Manifest): Fix wrong icon asset path
1 parent a59fb7b commit 5ef4ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const manifest: Record<string, unknown> = {
77
description: packageData.description,
88
icons: {
99
'16': 'images/icon-16.png',
10-
'32': 'images/icon-34.png',
10+
'32': 'images/icon-32.png',
1111
'48': 'images/icon-48.png',
1212
'128': 'images/icon-128.png',
1313
},

0 commit comments

Comments
 (0)