Vicinae Extensions Extensions for the Vicinae launcher using TypeScript and React. Two command types: view commands display React UI, no-view commands execute actions without UI. Creating an Extension Recommended: use Vicinae's built-in "Create Extension" command. Manual setup: Manifest (package.json) View Commands (src/command.tsx) All actions must have an prop. No-View Commands (src/action.ts) Development Workflow Navigation & Preferences Navigate between views with : Define preferences in the manifest and access with . References See references/ for advanced UX patterns, full API reference…