Skip to content

Commit

Permalink
Merge pull request #157 from halorrr/patch-2
Browse files Browse the repository at this point in the history
SupportedApp: Cardigann
  • Loading branch information
KodeStar authored Mar 26, 2018
2 parents ac4fc5b + a634472 commit 479412b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public static function supportedList()
{
return [
'AirSonic' => \App\SupportedApps\AirSonic::class,
'Cardigann' => \App\SupportedApps\Cardigann::class,
'CouchPotato' => \App\SupportedApps\CouchPotato::class,
'Deluge' => \App\SupportedApps\Deluge::class,
'Dokuwiki' => \App\SupportedApps\Dokuwiki::class,
Expand Down
12 changes: 12 additions & 0 deletions app/SupportedApps/Cardigann.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

<?php namespace App\SupportedApps;
class Cardigann implements Contracts\Applications {
public function defaultColour()
{
return '#753';
}
public function icon()
{
return 'supportedapps/cardigann.png';
}
}
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Supported applications are recognized by the title of the application as entered

**Foundation**
- AirSonic
- Cardigann
- Deluge
- DokuWiki
- Duplicati
Expand Down
Binary file added storage/app/public/supportedapps/cardigann.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 479412b

Please sign in to comment.