@forge/manifest
12.6.0-next.012.6.0-next.0-experimental-5b726e6
out/schema/manifest-schema.json~
out/schema/manifest-schema.jsonModified+2−1
Index: package/out/schema/manifest-schema.json
===================================================================
--- package/out/schema/manifest-schema.json
+++ package/out/schema/manifest-schema.json
@@ -54,9 +54,10 @@
"installationTarget": {
"type": "string",
"enum": [
"site",
- "unit"
+ "unit",
+ "user"
],
"description": "The target of the app installation."
},
"compatibility": {