mirror of
https://github.com/HeyPuter/puter.git
synced 2025-12-31 02:00:13 -06:00
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"
|
|
} |