mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 19:04:43 +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
8 lines
211 B
JSON
8 lines
211 B
JSON
{
|
|
"name": "api-test-plugin",
|
|
"version": "1.0.0",
|
|
"description": "Plugin that demonstrates and tests all available API methods",
|
|
"scripts": {
|
|
"build": "echo 'No build needed for simple plugin'"
|
|
}
|
|
}
|