From c77b52103244086f99236a240d6d2305c449a468 Mon Sep 17 00:00:00 2001 From: moloch-- <875022+moloch--@users.noreply.github.com> Date: Sun, 26 Dec 2021 21:12:20 -0600 Subject: [PATCH] Fix manifest --- extension.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extension.json b/extension.json index 4f0e77c..2975762 100644 --- a/extension.json +++ b/extension.json @@ -4,9 +4,9 @@ "command_name": "nanodump", "original_author": "HelpSystems", "help": "A Beacon Object File that creates a minidump of the LSASS process.", - "dependsOn": "coff-loader", - "entryPoint": "go", - "extFiles": [ + "depends_on": "coff-loader", + "entrypoint": "go", + "files": [ { "os": "windows", "arch": "amd64",