-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathmodule.json
More file actions
61 lines (61 loc) · 1.78 KB
/
module.json
File metadata and controls
61 lines (61 loc) · 1.78 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"id": "pointer",
"title": "PnP - Pointer and Pings!",
"description": "Gives all players the option to show a customizable cursor on demand, as well as ping any location with a custom ping!<br>Hotkeys, pings, pointer, everything customizable!<br>As GM you can also move your players view to your pin on demand.",
"version": "2.4.1",
"authors": [{ "name": "Moerill" }],
"esmodules": ["js/index.js"],
"styles": ["fvtt-pointer.css"],
"scripts": ["greensock/dist/gsap.min.js"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
}
],
"compatibility": {
"minimum": "10",
"verified": "10.285",
"maximum": "10"
},
"socket": true,
"manifest": "https://raw.githubusercontent.com/Moerill/fvtt-pointer/master/module.json",
"download": "https://github.com/Moerill/fvtt-pointer/releases/download/v2.4.1/v2.4.1.zip",
"url": "https://github.com/Moerill/fvtt-pointer",
"bugs": "https://github.com/Moerill/fvtt-pointer/issues",
"flags": {
"media": [
{
"type": "icon",
"url": "https://raw.githubusercontent.com/Moerill/fvtt-pointer/master/doc/icon.webp"
},
{
"type": "cover",
"url": "https://raw.githubusercontent.com/Moerill/fvtt-pointer/master/doc/cover.webp"
}
],
"manifestPlusVersion": "1.2.0",
"allowBugReporter": true
},
"media": [
{
"type": "icon",
"url": "https://raw.githubusercontent.com/Moerill/fvtt-pointer/master/doc/icon.webp"
},
{
"type": "cover",
"url": "https://raw.githubusercontent.com/Moerill/fvtt-pointer/master/doc/cover.webp"
}
]
}