feat: Add comprehensive plugin API documentation and example plugin
- Introduced PLUGIN_API.md for detailed plugin development guidelines. - Implemented PLUGIN_SYSTEM_IMPLEMENTATION.md summarizing all requested features. - Created example-plugin showcasing all API features including commands, message interceptors, settings, and notifications. - Added plugin-metadata.json for the example plugin with relevant metadata.
This commit is contained in:
9
example-plugin/plugin-metadata.json
Normal file
9
example-plugin/plugin-metadata.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "Example Plugin",
|
||||
"version": "2.0.0",
|
||||
"description": "A comprehensive example plugin demonstrating all plugin API features including commands, interceptors, settings, and more",
|
||||
"author": "Paarrot Team",
|
||||
"homepage": "https://github.com/Paarrot/cinny-desktop",
|
||||
"thumbnail": "https://raw.githubusercontent.com/Paarrot/cinny-desktop/main/icons/icon.png",
|
||||
"tags": ["example", "demo", "utility", "commands", "interceptors"]
|
||||
}
|
||||
Reference in New Issue
Block a user