{
    "name": "alex75/background",
    "type": "phpbb-extension",
    "description": "By adding a 'picture with name background.jpg in your forum root/ext/alex75/background/styles/prosilver/theme/background.jpg will be displayed as the background of your forum.",
    "homepage": "www.phpbb-store.it.it",
    "version": "1.0.5",
    "license": "GPL-2.0",
    "authors": [
        {
            "name": "Alessandro DI BENEDETTO",
            "username": "alex75",
            "email": "alex@phpbb-store.it",
            "homepage": "www.phpbb-store.it",
            "role": "developer"
        }
    ],
    "require": {
        "php": ">=5.3.3",
        "composer/installers": "~1.0",
        "phpbb/phpbb": ">=3.1.1"
    },
    "extra": {
        "display-name": "Background Forum",
        "soft-require": {
            "phpbb/phpbb": ">=3.1.1"
        },
        "version-check": {
            "host": "www.phpbb.com",
            "directory": "/customise/db/extension/background_forum",
            "filename": "version_check"
        }
    }
}