Skip to content
This repository was archived by the owner on Sep 1, 2026. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 325 Bytes

File metadata and controls

16 lines (11 loc) · 325 Bytes

extensions/

Store extension files in this folder using this scheme:

src/extensions/USERNAME/EXTENSION.js

When adding a file here, add an entry to src/extensions.json that is relative to src/extensions/ (without the src/extensions/ prefix).

Example entry format:

["USERNAME/EXTENSION.js"]