Skip to content

Commit

Permalink
Edit manifest output on validation script
Browse files Browse the repository at this point in the history
  • Loading branch information
nthouliss committed Sep 20, 2023
1 parent b811990 commit c6e81f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/validation/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,8 @@ function formatConsoleOutput(issues) {
| icon | This is an absolute link to your extensions icon and must be hosted on an external site |
| tags | To help make your extension more discoverable you can add tags to it. In the extension store, users will be able to find your extension under that tag. You may only use our [supported tags](https://github.com/owlbear-rodeo/extensions/blob/main/tags.json) and only extensions published by Owlbear Rodeo can use the built-by-owlbear tag. |
| manifest | This should have an link to your manifest file. This is what will be copied by other users to install your extension. |
| learn-more | You should link to a site or email that users can go to to find more information about your extension. |
| learn-more | You should link to a site or email that users can go to to find more information about your extension. |`;

`;
console.log(output);
return;
}
Expand Down

0 comments on commit c6e81f9

Please sign in to comment.