Files
puter/extensions/hellodriver/package.json
KernelDeimos ec8111cc2f dev(extensions): improved configuration support
Extensions now read configuration objects under the "extensions" block
in the backend configuration. Additionally, a `config.json` for default
values directly in the extension's directory is now supported.
2025-10-01 15:29:13 -04:00

5 lines
81 B
JSON

{
"name": "hellodriver",
"main": "hellodriver.js",
"type": "module"
}