File: //home/retile.ru/public_html/system/library/d_shopunity/extension/d_event_manager.json
{
    "codename": "d_event_manager",
    "version": "2.1.2",
    "name": "Event Manager",
    "description": "Manage your events and add Event support to old OC versions",
    "author": {
        "name": "Dreamvention",
        "email": "info@dreamvention.com",
        "url": "https://dreamvention.com"
    },
    "opencart_version": [
        "3.0.0.0",
        "3.0.1.1",
        "3.0.1.2",
        "3.0.2.0",
        "3.0.3.1"
    ],
    "type": "library",
    "license": {
        "type": "free",
        "url": "https://shopunity.net/licenses/free"
    },
    "support": {
        "email": "support@shopunity.com",
        "url": "https://shopunity.net/"
    },
    "required": {
        "d_opencart_patch": ">=1.0.0"
    },
    "files": [
        "system/library/d_shopunity/extension/d_event_manager.json",
        "admin/model/extension/module/d_event_manager.php",
        "system/config/d_event_manager.php"
    ],
    "changelog": [
        {
            "version":"2.1.2",
            "change":"Added support OC v3.0.3.1"
        },
        {
            "version":"2.1.1",
            "change":"Bugfix in admin model event"
        },
        {
            "version":"2.1.0",
            "change":"Added config only for tests"
        },
        {
            "version":"2.0.3",
            "change":"Removed date_added"
        },
        {
            "version":"2.0.2",
            "change":"Bug fixes"
        },
        {
            "version":"2.0.1",
            "change":"Bug fixes"
        },
        {
            "version":"2.0.0",
            "change":"removed admin, new folder structure for 3.x"
        }
    ]
}