{
    "id": "scene-packer",
    "name": "scene-packer",
    "title": "Library: Scene Packer",
    "description": "A module to assist with Scene and Adventure packing and unpacking.",
    "version": "2.8.11",
    "library": "true",
    "manifestPlusVersion": "1.2.0",
    "minimumCoreVersion": "0.8.6",
    "compatibleCoreVersion": "13",
    "compatibility": {
        "minimum": "0.8.6",
        "verified": "13"
    },
    "author": "Blair McMillan",
    "authors": [
        {
            "name": "Blair McMillan",
            "discord": "blair#9056",
            "ko-fi": "blairm",
            "patreon": "blairm"
        }
    ],
    "media": [
        {
            "type": "icon",
            "url": "https://raw.githubusercontent.com/League-of-Foundry-Developers/scene-packer/main/assets/icons/hand-truck.png"
        },
        {
            "type": "cover",
            "url": "https://raw.githubusercontent.com/League-of-Foundry-Developers/scene-packer/main/assets/cover.png"
        },
        {
            "type": "video",
            "url": "https://www.youtube.com/watch?v=cG6qtoZPczI",
            "thumbnail": "https://img.youtube.com/vi/cG6qtoZPczI/0.jpg",
            "caption": "Scene Packer - How to convert a World to a Module (The Sky Isles)"
        },
        {
            "type": "video",
            "url": "https://www.youtube.com/watch?v=XZjuE1j_7GQ",
            "thumbnail": "https://img.youtube.com/vi/XZjuE1j_7GQ/0.jpg",
            "caption": "Scene Packer and Moulinette Integration"
        },
        {
            "type": "setup",
            "url": "modules/scene-packer/assets/cover.png",
            "thumbnail": "modules/scene-packer/assets/cover.png"
        }
    ],
    "packs": [
        {
            "name": "journals",
            "label": "Library: Scene Packer",
            "path": "/packs/journals.db",
            "entity": "JournalEntry",
            "type": "JournalEntry"
        },
        {
            "name": "macros",
            "label": "Library: Scene Packer",
            "path": "/packs/macros.db",
            "entity": "Macro",
            "type": "Macro"
        }
    ],
    "packFolders": [
        {
            "name": "Scene Packer",
            "sorting": "a",
            "packs": [
                "journals",
                "macros"
            ]
        }
    ],
    "esmodules": [
        "/scripts/scene-packer.js",
        "/scripts/wrapped.js"
    ],
    "styles": [
        "styles/scene-packer.css"
    ],
    "languages": [
        {
            "lang": "en",
            "name": "English",
            "path": "languages/en.json"
        },
        {
            "lang": "fr",
            "name": "Français",
            "path": "languages/fr.json"
        }
    ],
    "url": "https://github.com/League-of-Foundry-Developers/scene-packer",
    "manifest": "https://github.com/League-of-Foundry-Developers/scene-packer/releases/download/2.8.11/module.json",
    "download": "https://github.com/League-of-Foundry-Developers/scene-packer/releases/download/2.8.11/module.zip",
    "bugs": "https://github.com/League-of-Foundry-Developers/scene-packer/issues",
    "changelog": "https://github.com/League-of-Foundry-Developers/scene-packer/blob/main/CHANGELOG.md",
    "flags": {
        "allowBugReporter": true,
        "hotReload": {
            "extensions": [
                "css",
                "hbs"
            ],
            "paths": [
                "styles",
                "templates"
            ]
        }
    }
}