mb-assets/module.json
2023-09-22 14:33:42 -05:00

62 lines
1.5 KiB
JSON

{
"id": "mb-assets",
"title": "MB assets",
"version": "1.0.0",
"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"
}
}
],
"packFolders": [
{
"name": "MB Assets",
"sorting": "m",
"color": "#808080",
"folders": [],
"packs": [
"journal-templates",
"asset-macros",
"playlists"
]
}
],
"url": "https://git.bloy.org/foundryvtt/mb-assets",
"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"
}