diff --git a/bifrost.json b/bifrost.json index d55d0b8..06f9317 100644 --- a/bifrost.json +++ b/bifrost.json @@ -9,40 +9,45 @@ "host_type": "local" }, "apps": [ + { + "key": "accountcenter", + "name": "AccountCenter", + "sort": 1 + }, { "key": "nextzenos", "name": "NextZenos", - "sort": 1 + "sort": 2 }, { "key": "nextdns", "name": "NextDNS", - "sort": 2 + "sort": 3 }, { "key": "nextcloud", "name": "NextCloud", - "sort": 3 + "sort": 4 }, { "key": "nextvpn", "name": "NextVPN", - "sort": 4 + "sort": 5 }, { "key": "nextnas", "name": "NextNAS", - "sort": 5 + "sort": 6 }, { "key": "nextweb", "name": "NextWeb", - "sort": 6 + "sort": 7 }, { "key": "nextfirewall", "name": "NextFirewall", - "sort": 7 + "sort": 8 } ], "required": "true",