-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
27 lines (27 loc) · 869 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
27
{
"name": "pushTokenBack",
"title": "Push Token Back - Reveal Tokens Buried Behind Each Other",
"description": "See the Token you really need: For when your entire party falls into a pit full of annoyed badgers.",
"author": "David Zvekic",
"version": "1.1.0",
"compatibleCoreVersion": "0.7.9",
"url":"https://github.com/David-Zvekic/pushTokenBack",
"manifest": "https://github.com/David-Zvekic/pushTokenBack/releases/download/master/module.json",
"download": "https://github.com/David-Zvekic/pushTokenBack/releases/download/master/module.zip",
"scripts": ["pushTokenBack.js"],
"packs":[
{
"name": "pushtokenback",
"label": "PushTokenBack",
"path": "/packs/pushtokenback.db",
"entity": "Macro",
"package":"module"
}],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
]
}