@ -0,0 +1,14 @@ |
|||
<?php namespace App\SupportedApps; |
|||
|
|||
class BookStack implements Contracts\Applications { |
|||
|
|||
public function defaultColour() |
|||
{ |
|||
return '#02679E'; |
|||
} |
|||
public function icon() |
|||
{ |
|||
return 'supportedapps/bookstack.png'; |
|||
} |
|||
|
|||
} |
@ -0,0 +1,11 @@ |
|||
<?php namespace App\SupportedApps; |
|||
class FreshRSS implements Contracts\Applications { |
|||
public function defaultColour() |
|||
{ |
|||
return '#003B73'; |
|||
} |
|||
public function icon() |
|||
{ |
|||
return 'supportedapps/freshrss.png'; |
|||
} |
|||
} |
@ -0,0 +1,14 @@ |
|||
<?php namespace App\SupportedApps; |
|||
|
|||
class TVheadend implements Contracts\Applications { |
|||
|
|||
public function defaultColour() |
|||
{ |
|||
return '#006080'; |
|||
} |
|||
public function icon() |
|||
{ |
|||
return 'supportedapps/tvheadend.png'; |
|||
} |
|||
|
|||
} |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 6.5 KiB |
After Width: | Height: | Size: 33 KiB |