Files
asc-session-title-suggestions/src/module.json
2024-11-24 18:43:49 -06:00

44 lines
1.2 KiB
JSON

{
"id": "asc-session-title-suggestions",
"title": "Session Title Suggestions",
"description": "A simple module that keeps track of session title suggestions",
"authors": [
{
"name": "anthonyscorrea",
"url": "https://github.com/anthonyscorrea"
}
],
"url": "https://github.com/anthonyscorrea/asc-session-title-suggestions",
"compatibility": {
"minimum": "11",
"verified": "12"
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"download": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/download/0.5.2/module.zip",
"manifest": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/latest/download/module.json",
"version": "0.5.2",
"scripts": [
"scripts/main.js"
],
"esmodules":[
],
"relationships": {
"requires": [
{
"id": "_chatcommands",
"type": "module",
"manifest": "https://gitlab.com/woodentavern/foundryvtt-chat-command-lib/-/raw/master/src/module.json",
"compatability": {
"minimum": "2.0.2",
"verified": "2.0.2"
}
}
]
}
}