4 changed files with 17 additions and 1 deletions
@ -0,0 +1,14 @@ |
|||||
|
<?php namespace App\SupportedApps; |
||||
|
|
||||
|
class CalibreWeb implements Contracts\Applications { |
||||
|
|
||||
|
public function defaultColour() |
||||
|
{ |
||||
|
return '#456082'; |
||||
|
} |
||||
|
public function icon() |
||||
|
{ |
||||
|
return 'supportedapps/calibreweb.png'; |
||||
|
} |
||||
|
|
||||
|
} |
After Width: | Height: | Size: 2.0 KiB |
Loading…
Reference in new issue