25 lines
605 B
JSON
25 lines
605 B
JSON
{
|
|
"id": "gm-assistant",
|
|
"title": "GM Assistant",
|
|
"description": "Claude-powered GM assistant for live D&D sessions",
|
|
"version": "0.2",
|
|
"compatibility": {
|
|
"minimum": "13",
|
|
"verified": "13"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "kavren"
|
|
}
|
|
],
|
|
"esmodules": [
|
|
"scripts/main.js"
|
|
],
|
|
"styles": [
|
|
"styles/gm-assistant.css"
|
|
],
|
|
"url": "https://git.kavcorp.com/kavren/gm-assistant",
|
|
"manifest": "https://git.kavcorp.com/kavren/gm-assistant/raw/branch/main/module.json",
|
|
"download": "https://git.kavcorp.com/kavren/gm-assistant/releases/download/0.2/gm-assistant.zip"
|
|
}
|