mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
17 lines
608 B
Dart
17 lines
608 B
Dart
import '../../../../model/source.dart';
|
|
|
|
Source get nimegami => _nimegami;
|
|
const _nimegamiVersion = "0.0.25";
|
|
const _nimegamiCodeUrl =
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/anime/src/id/nimegami/nimegami-v$_nimegamiVersion.dart";
|
|
Source _nimegami = Source(
|
|
name: "NimeGami",
|
|
baseUrl: "https://nimegami.id",
|
|
lang: "id",
|
|
typeSource: "single",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/anime/src/id/nimegami/icon.png",
|
|
sourceCodeUrl: _nimegamiCodeUrl,
|
|
version: _nimegamiVersion,
|
|
isManga: false);
|