@forge/manifest

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