name: 'fetch my custom url and update' description: 'fetch url and cron job.' branding: icon: 'check-circle' color: 'green' inputs: url: description: 'URL to get rate' required: true runs: using: 'node18' main: 'updaterate.js'