{
    "title": "Dig Down - Advanced Search",
    "description": "Perform deep searches on sidebars and fuzzy searches on compendiums/sidebars and folders",
    "version": "4.0.8",
    "authors": [
        {
            "name": "theripper93",
            "email": "tsplab@gmail.com",
            "url": "https://www.patreon.com/theripper93"
        }
    ],
    "languages": [
        {
            "lang": "en",
            "name": "English",
            "path": "languages/en.json"
        },
        {
            "lang": "it",
            "name": "Italiano",
            "path": "languages/it.json"
        },
        {
            "lang": "de",
            "name": "Deutsch",
            "path": "languages/de.json"
        },
        {
            "lang": "fr",
            "name": "Français",
            "path": "languages/fr.json"
        },
        {
            "lang": "es",
            "name": "Español",
            "path": "languages/es.json"
        },
        {
            "lang": "ja",
            "name": "日本語",
            "path": "languages/ja.json"
        },
        {
            "lang": "pt-BR",
            "name": "Português (Brasil)",
            "path": "languages/pt-BR.json"
        }
    ],
    "scripts": [
        "scripts/main.js",
        "scripts/config.js",
        "scripts/module.js",
        "scripts/LZString.js",
        "scripts/chatSearch.js"
    ],
    "styles": [
        "styles/module.css"
    ],
    "url": "https://github.com/theripper93/fuzzy-foundry",
    "manifest": "https://github.com/theripper93/fuzzy-foundry/releases/latest/download/module.json",
    "download": "https://github.com/theripper93/fuzzy-foundry/releases/download/4.0.8/module.zip",
    "socket": true,
    "persistentStorage": true,
    "id": "fuzzy-foundry",
    "relationships": {
        "requires": [
            {
                "id": "lib-wrapper",
                "type": "module",
                "compatibility": {}
            }
        ]
    },
    "compatibility": {
        "minimum": "13",
        "verified": "13"
    }
}