Heimdall/app/SupportedApps/Plexpy.php

12 lines
242 B
PHP
Raw Normal View History

2018-02-09 21:06:19 +00:00
<?php namespace App\SupportedApps;
class Plexpy implements Contracts\Applications {
public function defaultColour()
{
return '#2d2208';
2018-02-09 21:06:19 +00:00
}
public function icon()
{
return 'supportedapps/plexpy.png';
}
}