{
    "name": "vse/lightbox",
    "type": "phpbb-extension",
    "description": "Lightbox for phpBB can resize posted images to a maximum set height/width and display them full-screen in an elegant Lightbox overlay effect.",
    "homepage": "https://github.com/iMattPro/lightbox",
    "version": "2.0.4",
    "keywords": [
        "phpbb",
        "extension",
        "lightbox",
        "image",
        "resizer"
    ],
    "license": "GPL-2.0-only",
    "authors": [
        {
            "name": "Matt Friedman",
            "homepage": "https://imattpro.github.io",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.4",
        "composer/installers": "~1.0.0",
        "phpbb/phpbb": ">=3.2.1"
    },
    "extra": {
        "display-name": "Lightbox",
        "soft-require": {
            "phpbb/phpbb": ">=3.2.1"
        },
        "version-check": {
            "host": "www.phpbb.com",
            "directory": "/customise/db/extension/lightbox",
            "filename": "version_check",
            "ssl": true
        }
    }
}