-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
53 lines (53 loc) · 1.21 KB
/
Copy pathmanifest.json
File metadata and controls
53 lines (53 loc) · 1.21 KB
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
{
"manifest_version": 1,
"type": "WebApp",
"meta": {
"name": "Forge",
"author": "millsydotdev",
"version": "1.0.0-rc.1",
"description": "Warframe theory-crafting build planner",
"icon": "IconMouseOver.png",
"icon_gray": "IconMouseNormal.png",
"launcher_icon": "launcher_icon.ico",
"splash_image": "splashIcon.png",
"window_icon": "windowIcon.png"
},
"permissions": [
"GameInfo",
"Hotkeys",
"Ad"
],
"data": {
"game_events": [8954],
"game_targeting": {
"type": "dedicated",
"game_ids": [8954]
},
"start_window": "background",
"enable_top_isolation": true,
"windows": {
"background": {
"file": "windows/background/background.html",
"is_background_page": true,
"block_top_window_navigation": true
},
"main": {
"file": "index.html",
"resizable": true,
"use_os_windowing": true,
"block_top_window_navigation": true,
"size": {
"width": 960,
"height": 680
},
"min_size": {
"width": 760,
"height": 520
}
}
},
"ad_slots": [
{ "id": "sidebar", "size": "300x60" }
],
}
}