mb-assets/module.json
2023-08-02 23:31:32 -05:00

33 lines
730 B
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": "pack-2",
"label": "Pack 2",
"path": "packs/pack-2",
"type": "JournalEntry",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
]
}