image-tagger/module.json
2026-01-04 18:07:47 -07:00

26 lines
486 B
JSON

{
"id": "token-browser",
"title": "Token Browser",
"description": "A module that helps you categorize tokens and",
"version": "0.0.0",
"compatibility": {
"minimum": 13,
"verified": 13
},
"url": "https://git.varify.ca/Foundry/token-browser",
"manifest": "",
"download": "",
"esmodules": [
"module/token-browser.mjs"
],
"styles": [
{
"src": "styles/main.css",
"layer": "modules.token-browser"
}
],
"flags": {
"inDev": true
},
"persistentStorage": true
}