feat: release toolbox portal 0.1.0
This commit is contained in:
21
public/toolbox.catalog.json
Normal file
21
public/toolbox.catalog.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "https://git.add-ideas.de/zemion/toolbox-sdk/raw/branch/main/schemas/toolbox-catalog.v1.schema.json",
|
||||
"schemaVersion": 1,
|
||||
"id": "de.add-ideas.toolbox",
|
||||
"name": "add·ideas Toolbox",
|
||||
"home": "./",
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"brand": "add·ideas"
|
||||
},
|
||||
"apps": [
|
||||
{
|
||||
"manifest": "./apps/pdf/toolbox-app.json",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"manifest": "./apps/xslt/toolbox-app.json",
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user