Skip to content

Commit a9a0f7b

Browse files
committed
feat: update to new manifest format
1 parent 59e73c1 commit a9a0f7b

2 files changed

Lines changed: 66 additions & 55 deletions

File tree

.tilepadPlugin/manifest.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"plugin": {
3+
"id": "com.jacobtread.tilepad.obs-studio",
4+
"name": "OBS Studio",
5+
"version": "0.0.1",
6+
"authors": [
7+
"Jacobtread"
8+
],
9+
"description": "Tilepad OBS actions"
10+
},
11+
"category": {
12+
"label": "OBS",
13+
"icon": "images/obs.png"
14+
},
15+
"bin": {
16+
"native": [
17+
{
18+
"os": "windows",
19+
"arch": "x64",
20+
"path": "bin/plugin-windows-x64.exe"
21+
},
22+
{
23+
"os": "windows",
24+
"arch": "x86",
25+
"path": "bin/plugin-windows-x86.exe"
26+
},
27+
{
28+
"os": "linux",
29+
"arch": "x64",
30+
"path": "bin/plugin-linux-x64"
31+
},
32+
{
33+
"os": "linux",
34+
"arch": "x86",
35+
"path": "bin/plugin-linux-x86"
36+
}
37+
]
38+
},
39+
"actions": {
40+
"recording": {
41+
"label": "Recording",
42+
"description": "Interaction with OBS recording capabilities",
43+
"inspector": "ui/connect.html"
44+
},
45+
"streaming": {
46+
"label": "Stream",
47+
"description": "Interaction with OBS streaming capabilities",
48+
"inspector": "ui/connect.html"
49+
},
50+
"virtual_camera": {
51+
"label": "Virtual Cam",
52+
"description": "Interaction with OBS virtual camera capabilities",
53+
"inspector": "ui/connect.html"
54+
},
55+
"switch_scene": {
56+
"label": "Switch Scene",
57+
"description": "Switch to a specific scene",
58+
"inspector": "ui/connect.html"
59+
},
60+
"switch_profile": {
61+
"label": "Switch Profile",
62+
"description": "Switch to a specific OBS profile",
63+
"inspector": "ui/connect.html"
64+
}
65+
}
66+
}

.tilepadPlugin/manifest.toml

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)