From 332238c298dfbbf271ebaa56df2bfecf70f9ae16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 5 Sep 2022 04:37:07 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/addon_manifest_schema.json | 4 ++++ 1 file changed, 4 insertions(+) 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"