-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
86 lines (85 loc) · 2.08 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"manifest_version": 1,
"name": "OBS Overlay",
"description": "Importable overlay for OBS",
"author": "Kelly Maguire",
"website_url": "https://kellbot.com",
"version": "0.0.2",
"web_root": "pages",
"windows": [
{
"file": "pages/overlay.html",
"id": "obs-overlay",
"name": "OBS Overlay",
"description": "OBS Overlay to be imported as a Browser Source",
"always_visible": false,
"overlay": true,
"frame": true,
"default_bounds": {
"width":480,
"height": 500,
"x": 100,
"y": -100
}
},
{
"file": "pages/sidebar.html",
"id": "obs-sidebar",
"name": "OBS Sidebar",
"description": "The overlay sidebar by itself",
"always_visible": false,
"overlay": true,
"frame": true,
"default_bounds": {
"width": 0.5,
"height": 500,
"x": 100,
"y": -100
}
},
{
"file": "pages/course-notes.html",
"id": "obs-course-notes",
"name": "Course Notes",
"description": "Course Notes",
"always_visible": false,
"overlay": true,
"frame": false,
"default_bounds": {
"width": 500,
"height": 100,
"x": 100,
"y": -100
}
},
{
"file": "pages/overlay-settings.html",
"id": "obs-kellbot",
"name": "Settings",
"description": "OBS Overlay Settings",
"always_visible": false,
"overlay": true,
"frame": false,
"default_bounds": {
"width": 0.5,
"height": 500,
"x": 100,
"y": -100
}
},
{
"file": "pages/game.html",
"id": "desert-bus",
"name": "Desert Bus",
"description": "Desert Bus for Zwift",
"always_visible": false,
"overlay": true,
"frame": false,
"default_bounds": {
"width": 640,
"height": 480,
"x": 100,
"y": -100
}
}]
}