-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
66 lines (65 loc) · 1.79 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
{
"name": "FractalHelper",
"version": "0.1.0",
"namespace": "ff.FractalHelper",
"package": "FractalHelper.dll",
"manifest_version": 1,
"description": "Lets make fractales way more easy. With skips and tactics and brain.exe.",
"dependencies": {
"bh.blishhud": ">=0.11.0",
"bh.community.pathing": ">=0.13.11"
},
"url": "https://github.com/Tinsus/FractalHelper",
"contributors": [
{
"name": "Fabian (Tinsus.3495)",
"username": "Tinsus.3495"
},
{
"name": "Felix (fexxianosch.1087)",
"username": "fexxianosch.1087"
}
],
"directories": [ "fractalhelper" ],
//"actions": [ "Reload Markers" ],
"api_permissions": {
"progression": {
"optional": false,
"details": "Needed to get some information what you know, what you can do on your own or what you had done recently."
},
"builds": {
"optional": false,
"details": "Needed to give you some hints about your skills."
},
"inventories": {
"optional": false,
"details": "Needed to remember you about some missing items and to detect what you just finished."
}
/*
"account": {
"optional": true,
"details": "Needed if you want the special feature enabled."
},
"characters": {
"optional": false,
"details": "Needed to review the item in your inventory."
},
"tradingpost": {
"optional": false,
"details": "Needed to review the item in your inventory."
},
"wallet": {
"optional": false,
"details": "Needed to review the item in your inventory."
},
"pvp": {
"optional": false,
"details": "Needed to review the item in your inventory."
},
"guilds": {
"optional": false,
"details": "Needed to review the item in your inventory."
}
//*/
}
}