Skip to main content

Extension.json

file extension.json

you must enter the name of the main.js file in the extension.json file

{
"name": "Example Extension",
"author": "Tai Studio",
"version": "1.0.0",
"main": "main.js"
}