Skip to main content

Main.js

file main.js

in your main.js file you must obligatorily have the main function

module.exports = {
main(ExtensionAPI) {
//following your code
}
}