mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-19 21:30:29 +00:00
Refactor
This commit is contained in:
13
anime/multisrc/zorotheme/src/aniwatch/aniwatch.dart
Normal file
13
anime/multisrc/zorotheme/src/aniwatch/aniwatch.dart
Normal file
@@ -0,0 +1,13 @@
|
||||
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",
|
||||
);
|
||||
Reference in New Issue
Block a user