-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
37 lines (37 loc) · 1.02 KB
/
module.json
File metadata and controls
37 lines (37 loc) · 1.02 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
{
"name": "quick-status",
"title": "Quick Status - easy status selector",
"description": "A module that helps you quickly find the status effect to apply on a token for the Foundry Virtual Tabletop framework.",
"version": "This is auto replaced",
"library": "false",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion": "0.7.9",
"authors": [
{
"name": "Jeremiah Verba",
"url": "https://github.com/jeremiahverba"
}
],
"dependencies": [],
"conflicts": [],
"esmodules": ["/scripts/module.js"],
"scripts": ["/scripts/lib/lib.js"],
"styles": ["/styles/module.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"url": "This is auto replaced",
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"media": [
{
"type": "icon",
"url": "https://avatars2.githubusercontent.com/u/71292812?s=400&u=ccdb4eeb7abf551ca8f314e5a9bfd0479a4d3d41&v=4"
}
]
}