diff --git a/system.json b/system.json index 1020a9f..5e4123b 100644 --- a/system.json +++ b/system.json @@ -1,9 +1,16 @@ { - "name": "pokemon", + "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", "version": "0.0.1", - "authors": ["Alex Richter","Nikolaj Gade"], + "authors": [ + { + "name":"Alex Richter" + }, + { + "name":"Nikolaj Gade" + } + ], "scripts": [], "esmodules": [], "styles": [],