KodeStar
7 years ago
committed by
GitHub
4 changed files with 14 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||||
|
<?php namespace App\SupportedApps; |
||||
|
|
||||
|
class Plexpy implements Contracts\Applications { |
||||
|
public function defaultColour() |
||||
|
{ |
||||
|
return '#e6b453'; |
||||
|
} |
||||
|
public function icon() |
||||
|
{ |
||||
|
return 'supportedapps/plexpy.png'; |
||||
|
} |
||||
|
} |
After Width: | Height: | Size: 26 KiB |
Loading…
Reference in new issue