Files
kodjodevf-mangayomi-extensions/anime/multisrc/zorotheme/src/aniwatch/aniwatch.dart
kodjomoustapha 83179ad293 Update
2023-12-09 17:17:29 +01:00

14 lines
380 B
Dart

import '../../../../../model/source.dart';
Source get aniwatchSource => _aniwatchSource;
Source _aniwatchSource = Source(
name: "AniWatch.to",
baseUrl: "https://aniwatch.to",
isManga: false,
lang: "en",
typeSource: "zorotheme",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/anime/multisrc/zorotheme/src/aniwatch/icon.png",
);