* @author Wojciech Król * @copyright 2017 Paweł Klockiewicz, Wojciech Król * @license https://batflat.org/license * @link https://batflat.org */ return [ 'name' => 'Debug bar', 'description' => 'Shows helpful information for developers', 'author' => 'Sruu.pl', 'version' => '1.0', 'compatibility' => '1.3.*', 'icon' => 'bug', 'install' => function () use ($core) { }, 'uninstall' => function () use ($core) { } ];