From de17615808b92e44a8d8567941e2f766dfd98e19 Mon Sep 17 00:00:00 2001 From: Neil Frow <675806+worthydolt@users.noreply.github.com> Date: Tue, 28 Sep 2021 14:53:00 +0100 Subject: [PATCH] Example showing how to add a new scope. Not intended to be merged --- conf/scopes.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/scopes.json b/conf/scopes.json index fdd3597..3d7bde6 100644 --- a/conf/scopes.json +++ b/conf/scopes.json @@ -3,5 +3,10 @@ "key": "hello", "name": "Say Hello", "description": "Say Hello scope" + }, + { + "key": "new-scope", + "name": "New Scope Addition", + "description": "A new scope to demonstrate the process" } ]