mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
Reorganize folders
This commit is contained in:
13
dart/anime/multisrc/dopeflix/src/dopebox/dopebox.dart
Normal file
13
dart/anime/multisrc/dopeflix/src/dopebox/dopebox.dart
Normal file
@@ -0,0 +1,13 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get dopeboxSource => _dopeboxSource;
|
||||
|
||||
Source _dopeboxSource = Source(
|
||||
name: "DopeBox",
|
||||
baseUrl: "https://dopebox.to",
|
||||
lang: "en",
|
||||
typeSource: "dopeflix",
|
||||
isManga: false,
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/multisrc/dopeflix/src/dopebox/icon.png",
|
||||
);
|
||||
BIN
dart/anime/multisrc/dopeflix/src/dopebox/icon.png
Normal file
BIN
dart/anime/multisrc/dopeflix/src/dopebox/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
Reference in New Issue
Block a user