-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin-index.json
More file actions
38 lines (38 loc) · 1.22 KB
/
plugin-index.json
File metadata and controls
38 lines (38 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"schemaVersion": 1,
"generatedAt": "2026-03-12T20:48:57.565Z",
"plugins": [
{
"id": "com.typewhisper.example-llm",
"slug": "example-llm",
"name": "Example LLM",
"author": "TypeWhisper",
"authorUrl": null,
"version": "1.0.3",
"description": "A minimal example LLM plugin demonstrating the TypeWhisperPluginSDK.",
"categories": [
"llm"
],
"platforms": [
"mac"
],
"minAppVersion": "1.0.0",
"license": "GPL-3.0-only",
"homepage": null,
"sourceUrl": "https://github.com/TypeWhisper/typewhisper-plugins/tree/main/plugins/example-llm",
"icon": "Sparkles",
"iconUrl": null,
"apiDocsUrl": null,
"readmeUrl": "https://github.com/TypeWhisper/typewhisper-plugins/raw/main/plugins/example-llm/README.md",
"downloads": {
"mac": {
"url": "https://github.com/TypeWhisper/typewhisper-plugins/releases/download/example-llm-v1.0.3/example-llm-1.0.3-mac.bundle.zip",
"sha256": "9a08069469c5cfe4a845f07a7a0c8f90f39ed8706990197840d7c812c9b5315f",
"size": 7596
}
},
"publishedAt": "2026-03-12T21:48:25+01:00",
"principalClass": "ExampleLLMPlugin"
}
]
}