Skip to content

Commit

Permalink
Squashed 'extensions/src/quick-verse/' changes from 1c7c788d3..01213e7e2
Browse files Browse the repository at this point in the history
01213e7e2 update `@sillsdev/scripture` (#74)
652c77714 feat: added some fields to `manifest.json` and moved URL-related fields (#73)
8076b1624 fix: changed elevatedPrivileges to an array
ccbf06c8b refactor: adjusted structure for fields in manifest.json
4df693672 feat: added 'moreInfoUrl' and 'supportUrl' to manifest

git-subtree-dir: extensions/src/quick-verse
git-subtree-split: 01213e7e2372ab91e5ac17299cc531ec586048ae
  • Loading branch information
irahopkinson committed Jul 18, 2024
1 parent b72f620 commit e1c006e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 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
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react-dom": ">=18.2.0"
},
"dependencies": {
"@sillsdev/scripture": "^2.0.0",
"@sillsdev/scripture": "^2.0.1",
"platform-bible-utils": "file:../paranext-core/lib/platform-bible-utils"
},
"devDependencies": {
Expand Down

0 comments on commit e1c006e

Please sign in to comment.