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