-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
115 lines (115 loc) · 3.28 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"manifest_version": "1",
"type": "WebApp",
"meta": {
"name": "LoLwiz",
"version": "2.6.3",
"minimum-overwolf-version": "0.81.36.0",
"author": "MobaBeast, forked by GodLesZ",
"icon": "images/IconMouseOver.png",
"icon_gray": "images/IconMouseNormal.png",
"description": "DOMINATE your opponents with LoLwiz for League of Legends."
},
"permissions": ["Hotkeys","GameInfo"],
"data": {
"externally_connectable": {
"matches": [
"http://lolwiz.gg",
"http://appscdn.overwolf.com"
]
},
"start_window": "index",
"launch_events": [
{
"event": "GameLaunch",
"event_data": {
"game_ids": [
5426
]
},
"start_minimized": false
}
],
"windows": {
"index": {
"file": "index.htm",
"transparent": true,
"resizable": false,
"show_in_taskbar": true,
"size": {
"width": 182,
"height": 122
},
"start_position": {
"top": 1,
"left": 0
}
},
"config": {
"file": "config.htm",
"transparent": true,
"resizable": false,
"show_in_taskbar": false,
"size": {
"width": 182,
"height": 282
},
"start_position": {
"top": 0,
"left": 0
}
},
"help": {
"file": "help.htm",
"transparent": true,
"resizable": false,
"show_in_taskbar": false,
"size": {
"width": 288,
"height": 517
},
"start_position": {
"top": 0,
"left": 0
}
},
"browser": {
"file": "browser.htm",
"transparent": true,
"resizable": false,
"show_in_taskbar": false,
"size": {
"width": 1100,
"height": 700
},
"start_position": {
"top": 0,
"left": 0
}
},
"overlay": {
"file": "overlay.htm",
"transparent": true,
"resizable": false,
"in_game_only": true,
"show_in_taskbar": false,
"ignore_keyboard_events": true,
"size": {
"width": 1920,
"height": 1080
},
"start_position": {
"top": 0,
"left": 0
}
}
},
"hotkeys": {
"hotkey2": {
"title": "In-game Overlay",
"action-type": "custom",
"default": "Shift+Tab"
}
}
}
}