|
import type { Namespace } from '@/types';
|
|
|
|
export const namespace: Namespace = {
|
|
name: 'MangaDex',
|
|
url: 'mangadex.org',
|
|
lang: 'en',
|
|
categories: ['anime'],
|
|
description: 'MangaDex is an non-profit and ad-free manga reader offering high-quality images.',
|
|
};
|