-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
52 lines (52 loc) · 1.17 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
{
"manifest_version": 1,
"type": "WebApp",
"meta": {
"name": "Thoth Valorant Event Collector",
"version": "1.0.0",
"minimum-overwolf-version": "0.77.10",
"author": "Thoth",
"icon": "logo.png",
"icon_gray": "logo_gray.png",
"description": "Thoth Valorant Event Collector"
},
"data": {
"game_targeting": { "type": "dedicated", "game_ids": [21640] },
"game_events": [21640],
"launch_events": [
{
"event": "GameLaunch",
"event_data": {
"game_ids": [21640],
"wait_for_stable_framerate": 30
},
"start_minimized": false
}
],
"start_window": "MainWindow",
"windows": {
"MainWindow": {
"file": "Files/index.html",
"transparent": true,
"resizable": true,
"use_os_windowing": true,
"size": {
"width": 700,
"height": 400
},
"min_size": {
"width": 400,
"height": 400
}
}
}
},
"permissions": ["GameInfo"],
"externally_connectable": {
"matches": [
"https://*.mizucoffee.net",
"https://*.mizucoffee.com",
"https://*.thoth.gg"
]
}
}