{
    "id": "storyteller-cinema",
    "title": "Storyteller's Cinema",
    "version": "1.1.2",
    "type": "module",
    "compatibility": {
        "minimum": "12",
        "verified": "14"
    },
    "socket": true,
    "relationships": {
        "requires": [
            {
                "id": "lib-wrapper",
                "type": "module"
            },
            {
                "id": "socketlib",
                "type": "module"
            }
        ]
    },
    "esmodules": [
        "main.js"
    ],
    "styles": [
        "style.css"
    ],
    "url": "https://github.com/sammore2/storyteller-cinema",
    "manifest": "https://github.com/sammore2/storyteller-cinema/releases/latest/download/module.json",
    "download": "https://github.com/sammore2/storyteller-cinema/releases/download/v1.1.2/module.zip",
    "authors": [
        {
            "name": "Sammore",
            "url": "https://github.com/sammore2",
            "discord": "sammore"
        }
    ],
    "packs": [],
    "languages": [
        {
            "lang": "en",
            "name": "English",
            "path": "lang/en.json"
        },
        {
            "lang": "pt-BR",
            "name": "Português (Brasil)",
            "path": "lang/pt-BR.json"
        }
    ]
}