blob: a5af87d86213c597ac328cf5000036dbc577464b (
plain)
1
2
3
4
5
6
7
8
|
{
"plugin_id": "example",
"name": "Example Plugin",
"version": "1.0.0",
"description": "Skeleton showing all plugin integration points. Safe to delete.",
"author": "Your Name",
"entry_point": "plugin.ExamplePlugin"
}
|