forked from Eriku33/Foundry-VTT-Image-Hover
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
26 lines (26 loc) · 968 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
{
"name": "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": "Eriku#2108",
"url": "https://github.com/Eriku33"
}
],
"version": "3.0.2",
"compatibility": {
"minimum": "10",
"verified": "10.291"
},
"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.2/module.json",
"download": "https://github.com/Eriku33/Foundry-VTT-Image-Hover/releases/download/3.0.2/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"
}