Korrigiere Favicon
This commit is contained in:
@@ -4,9 +4,13 @@ class PokemonGOBridge extends BridgeAbstract {
|
||||
const MAINTAINER = 'Brawl, Akamaru';
|
||||
const NAME = 'Pokémon GO News';
|
||||
const URI = 'https://pokemongo.com/';
|
||||
const ICON = 'https://www.google.com/s2/favicons?domain=pokemongo.com&sz=32';
|
||||
const CACHE_TIMEOUT = 21600; // 21600 = 6h
|
||||
const DESCRIPTION = 'Get the latest official "Pokémon GO" news.';
|
||||
|
||||
public function getIcon()
|
||||
{
|
||||
return 'https://www.google.com/s2/favicons?domain=pokemongo.com&sz=32';
|
||||
}
|
||||
const PARAMETERS = array(
|
||||
array(
|
||||
'lang' => array(
|
||||
|
||||
Reference in New Issue
Block a user