Skip to content

Commit

Permalink
fix(manifest): Remove comment from manifest.json (#2169)
Browse files Browse the repository at this point in the history
Chrome supports json comments but semantic-release-chrome does not; preventing the release of chrome.

The comment is replaced with a "//" json key.
  • Loading branch information
melink14 authored Aug 25, 2024
1 parent 8a47af3 commit d76fc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "module"
},
"action": {
// If only one icon available, setting default_icon to string is allowed.
"//": "If only one icon available, setting default_icon to string is allowed.",
"default_icon": "images/ba.png"
},
"options_ui": {
Expand Down

0 comments on commit d76fc31

Please sign in to comment.