Skip to content

Commit

Permalink
feat: added some fields to manifest.json and moved URL-related fiel…
Browse files Browse the repository at this point in the history
…ds (#73)
  • Loading branch information
dannyhammer authored Jul 11, 2024
2 parents 1c7c788 + 8076b16 commit 652c777
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ To make the process of customizing from the template as smooth as possible, we r
- In `assets/displayData.json`:

- If your extension has an icon, update the `icon` value to point towards the icon file (for example: `assets/icon.svg`)
- Update the `moreInfoUrl` field to web URL to a page where users can find out more information about you / your organization / your extension.
- Update the `supportUrl` field to web URL to a support page where users can request help and report issues with your extension.
- Update the `en` entry of `localizedDisplayInfo` so that:

- `displayName` contains a human-readable name for your extension (i.e. `Your Extension Name`).
Expand Down
2 changes: 2 additions & 0 deletions assets/displayData.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"icon": "",
"moreInfoUrl": "",
"supportUrl": "",
"localizedDisplayInfo": {
"en": {
"displayName": "Paranext Extension Template",
Expand Down
2 changes: 2 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"author": "Paranext",
"license": "MIT",
"main": "src/main.ts",
"extensionDependencies": {},
"elevatedPrivileges": [],
"types": "src/types/paranext-extension-template.d.ts",
"menus": "contributions/menus.json",
"settings": "contributions/settings.json",
Expand Down

0 comments on commit 652c777

Please sign in to comment.