34 lines
638 B
JSON
34 lines
638 B
JSON
{
|
|
"id": "image-tagger",
|
|
"title": "Image Tagger",
|
|
"description": "A module that helps you tag tokens to find what you're looking for faster!",
|
|
"version": "0.0.0",
|
|
"compatibility": {
|
|
"minimum": 13,
|
|
"verified": 13,
|
|
"maximum": 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"
|
|
}
|
|
],
|
|
"languages": [
|
|
{
|
|
"lang": "en",
|
|
"name": "English (Canadian)",
|
|
"path": "langs/en-ca.json"
|
|
}
|
|
],
|
|
"flags": {
|
|
"inDev": true
|
|
},
|
|
"persistentStorage": true
|
|
}
|