@forge/manifest

11.4.0-next.1-experimental-919607a11.4.0-next.2
out/schema/manifest-schema.json
~out/schema/manifest-schema.jsonModified
+10
Index: package/out/schema/manifest-schema.json
===================================================================
--- package/out/schema/manifest-schema.json
+++ package/out/schema/manifest-schema.json
@@ -5038,8 +5038,13 @@
                                         "minLength": 1,
                                         "maxLength": 255,
                                         "pattern": "^[a-z0-9\\-]+$"
                                     },
+                                    "icon": {
+                                        "type": "string",
+                                        "minLength": 1,
+                                        "maxLength": 255
+                                    },
                                     "resource": {
                                         "type": "string",
                                         "minLength": 1,
                                         "maxLength": 23,
@@ -5186,8 +5191,13 @@
                                         "minLength": 1,
                                         "maxLength": 255,
                                         "pattern": "^[a-z0-9\\-]+$"
                                     },
+                                    "icon": {
+                                        "type": "string",
+                                        "minLength": 1,
+                                        "maxLength": 255
+                                    },
                                     "key": {
                                         "$ref": "#/definitions/ModuleKeySchema"
                                     }
                                 },