Add Hello Plugin with settings pane and metadata

This commit is contained in:
stoorps 2026-04-25 00:17:31 +01:00
commit ec1456fe72
Signed by: stoorps
SSH key fingerprint: SHA256:AZlPfu9hTu042EGtZElmDQoy+KvMOeShLDan/fYLoNI
4 changed files with 115 additions and 0 deletions

17
index.json Normal file
View file

@ -0,0 +1,17 @@
[
{
"id": "org.devism.hello-plugin",
"name": "Hello Plugin",
"description": "A greeting demo plugin for ohn — shows how to contribute a settings pane.",
"versions": [
{
"version": "0.1.0",
"dependency_name": "ohn-plugin-hello",
"api_versions": {
"OhnUiPlugin": "1.0"
},
"download_url": "https://github.com/stoorps/ohn-plugins/archive/refs/heads/main.tar.gz"
}
]
}
]