-
Notifications
You must be signed in to change notification settings - Fork 12
/
module.json
26 lines (26 loc) · 964 Bytes
/
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
{
"id": "image-hover",
"title": "Image Hover",
"description": "This module allows users to see the character art while hovering over a token.",
"author": "Eriku",
"authors": [
{
"name": "Eriku",
"discord": "eric_lam",
"url": "https://github.com/Eriku33"
}
],
"version": "3.0.4",
"compatibility": {
"minimum": "12",
"verified": "12.327"
},
"socket": true,
"esmodules": ["image-hover.js"],
"url": "https://github.com/Eriku33/Foundry-VTT-Image-Hover",
"manifest": "https://github.com/Eriku33/Foundry-VTT-Image-Hover/releases/download/3.0.4/module.json",
"download": "https://github.com/Eriku33/Foundry-VTT-Image-Hover/releases/download/3.0.4/module.zip",
"readme": "https://github.com/Eriku33/Foundry-VTT-Image-Hover/blob/main/README.md",
"bugs": "https://github.com/Eriku33/Foundry-VTT-Image-Hover/issues",
"changelog": "https://github.com/Eriku33/Foundry-VTT-Image-Hover/blob/main/CHANGELOG.md"
}