Skip to content

Commit 1dbdf4e

Browse files
authored
docs: correct entrypoints icon example code (#2302)
1 parent 09b5a19 commit 1dbdf4e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/guide/essentials/entrypoints.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@ When you define a Newtab entrypoint, WXT will automatically update the manifest
463463
<meta
464464
name="manifest.default_icon"
465465
content="{
466-
16: '/icon-16.png',
467-
24: '/icon-24.png',
466+
'16': '/icon-16.png',
467+
'24': '/icon-24.png',
468468
...
469469
}"
470470
/>
@@ -554,8 +554,8 @@ Firefox does not support sandboxed pages.
554554
<meta
555555
name="manifest.default_icon"
556556
content="{
557-
16: '/icon-16.png',
558-
24: '/icon-24.png',
557+
'16': '/icon-16.png',
558+
'24': '/icon-24.png',
559559
...
560560
}"
561561
/>

0 commit comments

Comments
 (0)