{ "id": "simple-portrait-organizer", "title": "Simple Portrait Organizer", "description": "This FoundryVTT module replaces the standard FilePicker window for non-GM users with a simple drag-and-drop interface, which converts any provided image to WebP format on the client side and saves it in a location specified by the GM.", "version": "1.4.1", "authors": [ { "name": "alxnsk", "url": "https://github.com/alxnsk" } ], "scripts": [], "styles": ["styles/style.css"], "esmodules": ["module/main.mjs"], "compatibility": { "minimum": 10, "maximum": 14, "verified": 14 }, "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "ru", "name": "Русский", "path": "lang/ru.json" } ], "manifest": "https://raw.githubusercontent.com/alxnsk/simple-portrait-organizer/refs/heads/main/module.json", "download": "https://github.com/alxnsk/simple-portrait-organizer/releases/download/v1.4.1/module.zip", "url": "https://github.com/alxnsk/simple-portrait-organizer#readme", "media": [ { "type": "cover", "url": "https://raw.githubusercontent.com/alxnsk/simple-portrait-organizer/refs/heads/main/artwork/module/cover.webp", "loop": false, "flags": {} }, { "type": "icon", "url": "https://raw.githubusercontent.com/alxnsk/simple-portrait-organizer/refs/heads/main/artwork/module/icon.webp", "loop": false, "flags": {} }, { "type": "setup", "url": "modules/simple-portrait-organizer/artwork/module/cover.webp", "thumbnail": "modules/simple-portrait-organizer/artwork/module/setup.webp" } ] }