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" } ]