mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
14 lines
378 B
Dart
14 lines
378 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get aniwatchSource => _aniwatchSource;
|
|
|
|
Source _aniwatchSource = Source(
|
|
name: "AniWatch.to",
|
|
baseUrl: "https://aniwatch.to",
|
|
lang: "en",
|
|
isNsfw: true,
|
|
typeSource: "zorotheme",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/anime/multisrc/zorotheme/src/aniwatch/icon.png",
|
|
);
|