This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/ext/handle_cbz/info.php
2020-03-02 16:04:29 +00:00

12 lines
318 B
PHP

<?php declare(strict_types=1);
class CBZFileHandlerInfo extends ExtensionInfo
{
public const KEY = "handle_cbz";
public $key = self::KEY;
public $name = "Handle CBZ";
public $url = self::SHIMMIE_URL;
public $authors = self::SHISH_AUTHOR;
public $description = "Handle CBZ Comic Archives.";
}