{
    "id": "color-picker",
    "title": "Color Picker",
    "description": "A customisable color picker with a built-in opacity (alpha) slider for use as a library in Foundry VTT.",
    "version": "1.7",
    "library": "true",
    "compatibility": {
        "minimum": 10,
        "verified": 13.346
    },
    "authors": [
        {
            "name": "Larkinabout",
            "url": "https://github.com/Larkinabout"
        }
    ],
    "socket": true,
    "relationships": {
        "systems": [],
        "requires": []
    },
    "esmodules": [
        "./scripts/color-picker.js"
    ],
    "scripts": [],
    "styles": [
        "./styles/color-picker.css"
    ],
    "languages": [
        {
            "lang": "en",
            "name": "English",
            "path": "languages/en.json"
        }
    ],
    "url": "https://github.com/Larkinabout/fvtt-color-picker",
    "manifest": "https://github.com/Larkinabout/fvtt-color-picker/releases/latest/download/module.json",
    "download": "https://github.com/Larkinabout/fvtt-color-picker/releases/download/1.7/module.zip",
    "readme": "https://github.com/Larkinabout/fvtt-color-picker#readme"
}