Files
FoundryVTT/src/modules/forien-copy-environment/module.json
centron\schwoerer f054a31b20 zischenstand
2025-11-14 14:52:43 +01:00

83 lines
2.5 KiB
JSON

{
"id": "forien-copy-environment",
"name": "forien-copy-environment",
"title": "Forien's Copy Environment",
"description": "Allows for copying list of system/modules and versions, and gives ability to export/import game and player settings",
"author": "Blair McMillan",
"authors": [
{
"name": "Blair McMillan",
"url": "https://github.com/sneat",
"discord": "blair#9056"
},
{
"name": "Forien",
"url": "https://www.patreon.com/forien",
"discord": "Forien#2130"
}
],
"url": "https://github.com/League-of-Foundry-Developers/foundryvtt-forien-copy-environment",
"bugs": "https://github.com/League-of-Foundry-Developers/foundryvtt-forien-copy-environment/issues",
"changelog": "https://github.com/League-of-Foundry-Developers/foundryvtt-forien-copy-environment/blob/master/changelog.md",
"flags": {
"allowBugReporter": true
},
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "12",
"version": "v2.2.4",
"compatibility": {
"minimum": "0.6.0",
"verified": "12"
},
"scripts": [],
"esmodules": [
"/scripts/module.js"
],
"styles": [
"/styles/module.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "languages/ja.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "languages/de.json"
},
{
"lang": "pt",
"name": "Português",
"path": "languages/pt.json"
},
{
"lang": "pl",
"name": "Polski",
"path": "languages/pl.json"
},
{
"lang": "it",
"name": "Italiano",
"path": "languages/it.json"
},
{
"lang": "fr",
"name": "Français",
"path": "languages/fr.json"
}
],
"packs": [],
"socket": false,
"manifest": "https://github.com/League-of-Foundry-Developers/foundryvtt-forien-copy-environment/releases/latest/download/module.json",
"download": "https://github.com/League-of-Foundry-Developers/foundryvtt-forien-copy-environment/releases/download/v2.2.4/module.zip",
"protected": false,
"coreTranslation": false,
"library": true
}