Skip to content

Commit ed86ec3

Browse files
author
Michael Hoffman
authored
Update microsoft-edge/extensions-chromium/getting-started/part1-simple-extension.md
1 parent b7fe1e3 commit ed86ec3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

microsoft-edge/extensions-chromium/getting-started/part1-simple-extension.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ Ensure that you add the image file `images/stars.jpeg` to the images folder. Th
157157
```
158158

159159
Finally, ensure you register the pop-up in `manifest.json` under `browser_action`, as shown in the following code snippet.
160+
Finally, ensure you register the pop-up in `manifest.json` under `browser_action` (in Manifest V2) or under `action` (in Manifest V3), as shown in the following code snippet.
160161

161162
#### [Manifest V2](#tab/v2)
162163

0 commit comments

Comments
 (0)