mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
17 lines
604 B
Dart
17 lines
604 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get aniwave => _aniwave;
|
|
const _aniwaveVersion = "0.0.75";
|
|
const _aniwaveCodeUrl =
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/en/aniwave/aniwave.dart";
|
|
Source _aniwave = Source(
|
|
name: "Aniwave",
|
|
baseUrl: "https://aniwave.to",
|
|
lang: "en",
|
|
typeSource: "single",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/en/aniwave/icon.png",
|
|
sourceCodeUrl: _aniwaveCodeUrl,
|
|
version: _aniwaveVersion,
|
|
isManga: false);
|