mirror of
https://github.com/HeyPuter/puter.git
synced 2026-04-30 12:10:12 -05:00
ec8111cc2f
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.
5 lines
81 B
JSON
5 lines
81 B
JSON
{
|
|
"name": "hellodriver",
|
|
"main": "hellodriver.js",
|
|
"type": "module"
|
|
} |