-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
module.json
62 lines (62 loc) · 2.75 KB
/
module.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
{
"name": "autocomplete-inline-properties",
"id": "autocomplete-inline-properties",
"title": "Autocomplete Inline Properties",
"description": "Add inline property autocompletion for fields that can use inline properties or otherwise reference document data.",
"author": "Cole Schultz (cole#9640), Johannes Loher (ghost#2000)",
"authors": [
{
"name": "Cole Schultz",
"discord": "cole#9640"
},
{
"name": "Johannes Loher",
"email": "johannes.loher@fg4f.de",
"discord": "ghost#2000",
"ko-fi": "ghostfvtt"
}
],
"url": "https://github.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties",
"license": "https://raw.githubusercontent.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/v2.9.1/LICENSE.md",
"readme": "https://raw.githubusercontent.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/v2.9.1/README.md",
"bugs": "https://github.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/issues",
"changelog": "https://raw.githubusercontent.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/v2.9.1/CHANGELOG.md",
"version": "2.9.1",
"minimumCoreVersion": "0.8.5",
"compatibleCoreVersion": "10",
"compatibility": {
"minimum": "0.8.5",
"verified": "11"
},
"esmodules": ["./aip.js"],
"styles": ["./styles/aip.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "./lang/en.json"
}
],
"manifest": "https://github.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/releases/latest/download/module.json",
"download": "https://github.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/releases/download/v2.9.1/module.zip",
"manifestPlusVersion": "1.2.0",
"media": [
{
"type": "screenshot",
"url": "https://raw.githubusercontent.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/master/media/autocompleting-active-effect-keys.jpg",
"caption": "Autocompleting ActiveEffect Keys"
},
{
"type": "cover",
"url": "https://raw.githubusercontent.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/master/media/autocompleting-active-effect-keys.jpg",
"caption": "Autocomplete Inline Properties"
},
{
"type": "video",
"url": "https://raw.githubusercontent.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/master/media/arrow-keys-showcase.mp4",
"loop": true,
"thumbnail": "https://raw.githubusercontent.com/ghost-fvtt/FVTT-Autocomplete-Inline-Properties/master/media/arrow-keys-showcase-thumb.jpg",
"caption": "Showcase of selecting properties with arrow keys"
}
]
}