Files
kodjodevf-mangayomi-extensions/anime/multisrc/zorotheme/src/aniwatch/aniwatch.dart
kodjomoustapha fe6bf88086 Refactor
2023-12-08 16:04:42 +01:00

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",
);