Initialize module

This commit is contained in:
Oliver 2026-01-04 18:07:33 -07:00
parent e82830e085
commit 94da140915
10 changed files with 4399 additions and 1 deletions

26
module.json Normal file
View file

@ -0,0 +1,26 @@
{
"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
}