-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmodule.json
More file actions
30 lines (30 loc) · 786 Bytes
/
module.json
File metadata and controls
30 lines (30 loc) · 786 Bytes
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
{
"id": "farchievements",
"title": "Foundry Achievements",
"description": "Achievements for FoundryVTT",
"version": "13.03",
"author": "Handyfon",
"esmodules": ["AchievementsScreen.js"],
"styles": ["AchievementsScreen.css"],
"packs": [],
"socket": true,
"languages": [
{
"lang": "de",
"name": "German",
"path": "lang/de.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "https://github.com/Handyfon/Farchievements/tree/master",
"manifest": "https://raw.githubusercontent.com/Handyfon/Farchievements/master/module.json",
"download": "https://raw.githubusercontent.com/Handyfon/Farchievements/master/farchievements.zip",
"compatibility": {
"minimum": "11",
"verified": "13"
}
}