diff --git a/contributions/projectSettings.json b/contributions/projectSettings.json new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/contributions/projectSettings.json @@ -0,0 +1 @@ +[] diff --git a/contributions/settings.json b/contributions/settings.json new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/contributions/settings.json @@ -0,0 +1 @@ +[] diff --git a/manifest.json b/manifest.json index 79a949c..c516657 100644 --- a/manifest.json +++ b/manifest.json @@ -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": [] }