zischenstand

This commit is contained in:
centron\schwoerer
2025-11-14 14:52:43 +01:00
parent 30aa03c6db
commit f054a31b20
8733 changed files with 900639 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
{
"id": "foundry-filepicker-favorites",
"title": "Filepicker Improvements",
"description": "A simple module to add favorite directories and favorite directories and a search to the file picker",
"version": "1.6.0",
"compatibility": {
"minimum": "11",
"verified": "11.315",
"maximum": "12"
},
"authors": [
{
"name": "manuel-hegner",
"flags": {}
}
],
"scripts": [],
"esmodules": [
"bundle.js"
],
"styles": [
"bundle.css"
],
"relationships": {
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"compatibility": {}
}
]
},
"packs": [],
"languages": [],
"url": "https://github.com/manuel-hegner/foundry-filepicker-favorites",
"manifest": "https://github.com/manuel-hegner/foundry-filepicker-favorites/releases/latest/download/module.json",
"download": "https://github.com/manuel-hegner/foundry-filepicker-favorites/releases/download/v1.6.0/foundry-filepicker-favorites-v1.6.0.zip",
"license": "https://github.com/manuel-hegner/foundry-filepicker-favorites/blob/main/LICENSE",
"readme": "https://github.com/manuel-hegner/foundry-filepicker-favorites/blob/main/README.md",
"bugs": "https://github.com/manuel-hegner/foundry-filepicker-favorites/issues",
"changelog": "https://github.com/manuel-hegner/foundry-filepicker-favorites/releases"
}