Skip to content

Commit 74fb82e

Browse files
Create plugin.json
1 parent 7a4cd73 commit 74fb82e

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

plugin.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"type": "panel",
3+
"id": "paxect-core-summary-panel",
4+
"name": "PAXECT Core Summary Panel",
5+
"info": {
6+
"description": "Compact panel showing determinism, integrity, reliability, performance, and stability metrics from PAXECT Core",
7+
"author": {
8+
"name": "PAXECT Interface"
9+
},
10+
"version": "1.0.0",
11+
"updated": "2025-11-07",
12+
"keywords": ["paxect", "deterministic", "bridge", "integrity", "plugin"],
13+
"links": [
14+
{"name": "GitHub", "url": "https://github.com/PAXECT-Interface/paxect-core-plugin"},
15+
{"name": "Documentation", "url": "https://paxect.com/core/docs"}
16+
],
17+
"screenshots": [
18+
{"name": "Panel preview", "path": "img/panel_preview.png"}
19+
],
20+
"logos": {
21+
"small": "img/logo_small.png",
22+
"large": "img/logo_large.png"
23+
},
24+
"license": "Apache-2.0"
25+
},
26+
"dependencies": {
27+
"grafanaVersion": ">=9.0.0",
28+
"plugins": []
29+
}
30+
}

0 commit comments

Comments
 (0)