npm package diff

Package: @forge/manifest

Versions: 8.3.1-next.2-experimental-d6acbbd - 8.4.1-next.0

File: package/out/schema/basic-manifest-schema.json

Index: package/out/schema/basic-manifest-schema.json
===================================================================
--- package/out/schema/basic-manifest-schema.json
+++ package/out/schema/basic-manifest-schema.json
@@ -43,8 +43,14 @@
                     "required": [
                         "name"
                     ]
                 },
+                "primaryProduct": {
+                    "type": "string",
+                    "enum": ["confluence", "jira", "compass"],
+                    "title": "primaryProduct",
+                    "description": "The primary product for cross-product functionality. If not set, app is not a cross-product app."
+                },
                 "licensing": {
                     "additionalProperties": false,
                     "required": [
                         "enabled"