<?xml version="1.0" encoding="UTF-8"?>
<NeoAppBuilderPlugIn>
  <Title>backtrickstest</Title>
  <CompiledName>C:\Users\sinli\OneDrive\Escritorio\backtricktest.nabp</CompiledName>
  <AutoInstall>yes</AutoInstall>
  <Files/>
  <ActionList>
    <Action Name="backtrickstest">
      <Params>theName|STRING|Your name</Params>
      <Template>ombre=theName;
const texto = `Hi ${nombre}, this is a template string`;
alert(texto);</Template>
    </Action>
  </ActionList>
</NeoAppBuilderPlugIn>
