Korrigiere Favicon
This commit is contained in:
@@ -3,9 +3,14 @@ class BlueArchiveNewsBridge extends BridgeAbstract {
|
||||
const MAINTAINER = 'Akamaru';
|
||||
const NAME = 'Blue Archive News';
|
||||
const URI = 'https://forum.nexon.com/bluearchive-en/';
|
||||
const ICON = 'https://www.google.com/s2/favicons?domain=forum.nexon.com&sz=32';
|
||||
const CACHE_TIMEOUT = 21600; // 6h
|
||||
const DESCRIPTION = 'Get the latest Announcements, Updates, and Events from Blue Archive (EN) Forum.';
|
||||
|
||||
public function getIcon()
|
||||
{
|
||||
return 'https://www.google.com/s2/favicons?domain=forum.nexon.com&sz=32';
|
||||
}
|
||||
|
||||
const PARAMETERS = [
|
||||
[
|
||||
'category' => [
|
||||
|
||||
Reference in New Issue
Block a user