mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-20 18:08:55 +00:00
- Add @super-productivity/plugin-api package with TypeScript definitions - Define core plugin interfaces, types, and manifest structure - Add plugin hooks system for event-driven architecture - Create plugin API type definitions and constants - Add documentation and development guidelines
7 lines
248 B
XML
7 lines
248 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor">
|
|
<!-- Left triangle -->
|
|
<path d="M11 18 L3 12 L11 6 L11 18 Z"/>
|
|
|
|
<!-- Right triangle -->
|
|
<path d="M21 18 L13 12 L21 6 L21 18 Z"/>
|
|
</svg>
|