Initialize module
This commit is contained in:
parent
e82830e085
commit
94da140915
10 changed files with 4399 additions and 1 deletions
26
module.json
Normal file
26
module.json
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue