-
Notifications
You must be signed in to change notification settings - Fork 2
Home
aleksey-hoffman edited this page May 17, 2026
·
5 revisions
Documentation for building extensions for Sigma File Manager.
An extension is a package with a root package.json manifest. Most API extensions use TypeScript, set "type": "module", and compile to dist/index.js; theme-only and icon-theme-only extensions can be manifest-only.
Extensions can be installed locally or uploaded to Extensions Store and become available to everyone.
| Resource | Link |
|---|---|
| Extensions Store | sfm-marketplace |
| Templates | sfm-extension-template |
| API | @sigma-file-manager/api |
| Lucide icons (for UI) | lucide.dev/icons |
Next: Getting Started →