diff --git a/NewHorizons/Schemas/addon_manifest_schema.json b/NewHorizons/Schemas/addon_manifest_schema.json index bfe88b86..8d3c0da7 100644 --- a/NewHorizons/Schemas/addon_manifest_schema.json +++ b/NewHorizons/Schemas/addon_manifest_schema.json @@ -19,6 +19,10 @@ "type": "string" } }, + "popupMessage": { + "type": "string", + "description": "A pop-up message for the first time a user runs the add-on" + }, "$schema": { "type": "string", "description": "The schema to validate with"