|
|
@ -6,7 +6,7 @@ import { Profile } from '@remixproject/plugin-utils' |
|
|
|
import { Engine } from '@remixproject/engine' |
|
|
|
import { Engine } from '@remixproject/engine' |
|
|
|
const profile = { |
|
|
|
const profile = { |
|
|
|
name: 'scriptRunnerBridge', |
|
|
|
name: 'scriptRunnerBridge', |
|
|
|
displayName: 'Script Bridge', |
|
|
|
displayName: 'Script configuration', |
|
|
|
methods: ['execute'], |
|
|
|
methods: ['execute'], |
|
|
|
events: ['log', 'info', 'warn', 'error'], |
|
|
|
events: ['log', 'info', 'warn', 'error'], |
|
|
|
icon: 'assets/img/settings.webp', |
|
|
|
icon: 'assets/img/settings.webp', |
|
|
|