-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
32 lines (32 loc) · 900 Bytes
/
Copy pathmodule.json
File metadata and controls
32 lines (32 loc) · 900 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
31
32
{
"id": "foundry-guardian",
"title": "Foundry Guardian",
"description": "Protège les réglages sensibles de Foundry VTT et permet de choisir simplement quels MJ conservent les accès administrateur.",
"version": "1.0.0",
"authors": [
{
"name": "Saurusius"
}
],
"compatibility": {
"minimum": "14",
"verified": "14.365"
},
"esmodules": [
"scripts/main.js"
],
"styles": [
"styles/guardian.css"
],
"languages": [
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
}
],
"url": "https://github.com/Saurusius/foundry-guardian",
"manifest": "https://github.com/Saurusius/foundry-guardian/releases/latest/download/module.json",
"download": "https://github.com/Saurusius/foundry-guardian/releases/download/v1.0.0/foundry-guardian-v1.0.0.zip",
"bugs": "https://github.com/Saurusius/foundry-guardian/issues"
}