plugins: updated doc

Massimo Melina committed Mar 11, 2026 at 15:50 UTC 597f677b5f38ce7367576c2a587fab954ad8f6a6
1 file changed +2 -1
dev-plugins.md
+2 -1
@@ -145,7 +145,8 @@ exports.depend = [{ repo: "x", version: 1 }] // non-JSON object key
145 - `beforePlugin: string` control the order this plugin is executed relative to another
146 - `afterPlugin: string` control the order this plugin is executed relative to another
147 - `repo: string | object` pointer to a GitHub repo where this plugin is hosted. *[STATIC JSON]*
148 - - the string form is for GitHub repos. Example: "rejetto/file-icons"
148 + - the string form is for GitHub repos. This is optional, as HFS will automatically set this at installation time.
149 + Example: "rejetto/file-icons"
150 - the object form will point to other custom repo. Object properties:
151 - `web: string` link to a web page
152 - `main: string` link to the plugin.js (can be relative to `web`)