Add Hello Plugin with settings pane and metadata
This commit is contained in:
commit
ec1456fe72
4 changed files with 115 additions and 0 deletions
17
index.json
Normal file
17
index.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue