mb-assets/module.json
2024-06-17 22:26:33 -05:00

72 lines
1.7 KiB
JSON

{
"id": "mb-assets",
"title": "MB assets",
"version": "1.2.2",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"description": "A collection of useful assets in a convenient package, for personal use only",
"url": "https://git.bloy.org/foundryvtt/mb-assets",
"packs": [
{
"name": "playlists",
"label": "Playlists",
"path": "packs/playlists",
"type": "Playlist",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "asset-macros",
"label": "Asset Macros",
"path": "packs/asset-macros",
"type": "Macro",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "journal-templates",
"label": "Journal Templates",
"path": "packs/journal-templates",
"type": "JournalEntry",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "mass-edit-presets",
"label": "MB Asset Mass Edit Presets",
"path": "packs/mass-edit-presets",
"type": "JournalEntry",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"packFolders": [
{
"name": "MB Assets",
"sorting": "m",
"color": "#808080",
"folders": [],
"packs": [
"journal-templates",
"asset-macros",
"mass-edit-presets",
"playlists"
]
}
],
"manifest": "https://git.bloy.org/foundryvtt/mb-assets/raw/branch/main/module.json",
"download": "https://git.bloy.org/foundryvtt/mb-assets/archive/main.zip",
"license": "./LICENSE",
"readme": "./README.md"
}