Skip to content

Commit

Permalink
Squashed 'extensions/src/resource-viewer/' changes from 471569fe..bcd…
Browse files Browse the repository at this point in the history
…25316

bcd25316 Added settings and project settings contribution files (#61)
92c499ae Added settings and project settings contribution files

git-subtree-dir: extensions/src/resource-viewer
git-subtree-split: bcd25316092c03d21f34e5a3b79f9ee7dfb7010e
  • Loading branch information
tjcouch-sil committed Feb 9, 2024
1 parent 401019f commit f2163ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions contributions/projectSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
1 change: 1 addition & 0 deletions contributions/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
2 changes: 2 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"main": "src/main.ts",
"types": "src/types/paranext-extension-template.d.ts",
"menus": "contributions/menus.json",
"settings": "contributions/settings.json",
"projectSettings": "contributions/projectSettings.json",
"activationEvents": []
}

0 comments on commit f2163ed

Please sign in to comment.