-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.json
More file actions
37 lines (37 loc) · 1.03 KB
/
Copy pathmanifest.json
File metadata and controls
37 lines (37 loc) · 1.03 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
{
"id": "NOX",
"displayName": "Nuclear Option eXtensions",
"description": "Various additions to Nuclear Option including marking Steam friends and a dedicated RWR display.",
"tags": [
"mod",
"QoL"
],
"urls": [
{
"name": "info",
"url": "https://github.com/lunaboards-dev/Nuclear-Option-Extensions"
}
],
"authors": [
"S.A.M."
],
"githubOwner": "lunaboards-dev",
"githubRepoName": "Nuclear-Option-Extensions",
"artifacts": [
{
"fileName": "NOX.7z",
"version": "0.1.3",
"category": "preRelease",
"type": "plugin",
"gameVersion": "0.32",
"downloadURL": "https://github.com/lunaboards-dev/Nuclear-Option-Extensions/releases/download/v0.1.3/NOX.7z",
"hash": null,
"dependencies": [
{
"id": "BepInEx.ConfigurationManager",
"version": "18.4.1"
}
]
}
]
}