Browse Source

Merge pull request #157 from halorrr/patch-2

SupportedApp: Cardigann
pull/164/head
KodeStar 7 years ago
committed by GitHub
parent
commit
479412b190
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/Item.php
  2. 12
      app/SupportedApps/Cardigann.php
  3. 1
      readme.md
  4. BIN
      storage/app/public/supportedapps/cardigann.png

1
app/Item.php

@ -27,6 +27,7 @@ class Item extends Model
{ {
return [ return [
'AirSonic' => \App\SupportedApps\AirSonic::class, 'AirSonic' => \App\SupportedApps\AirSonic::class,
'Cardigann' => \App\SupportedApps\Cardigann::class,
'CouchPotato' => \App\SupportedApps\CouchPotato::class, 'CouchPotato' => \App\SupportedApps\CouchPotato::class,
'Deluge' => \App\SupportedApps\Deluge::class, 'Deluge' => \App\SupportedApps\Deluge::class,
'Dokuwiki' => \App\SupportedApps\Dokuwiki::class, 'Dokuwiki' => \App\SupportedApps\Dokuwiki::class,

12
app/SupportedApps/Cardigann.php

@ -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
readme.md

@ -42,6 +42,7 @@ Supported applications are recognized by the title of the application as entered
**Foundation** **Foundation**
- AirSonic - AirSonic
- Cardigann
- Deluge - Deluge
- DokuWiki - DokuWiki
- Duplicati - Duplicati

BIN
storage/app/public/supportedapps/cardigann.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Loading…
Cancel
Save