Merge pull request #40 from Futos/jdownloader

feat: added Jdownloader to supported Apps - Closes #26
This commit is contained in:
KodeStar 2018-02-12 13:30:04 +00:00 committed by GitHub
commit 39c71b6f26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 0 deletions

View file

@ -28,6 +28,7 @@ class Item extends Model
return [
'Duplicati' => \App\SupportedApps\Duplicati::class,
'Emby' => \App\SupportedApps\Emby::class,
'Jdownloader' => \App\SupportedApps\Jdownloader::class,
'Mcmyadmin' => \App\SupportedApps\Mcmyadmin::class,
'NZBGet' => \App\SupportedApps\Nzbget::class,
'Nextcloud' => \App\SupportedApps\Nextcloud::class,

View file

@ -0,0 +1,12 @@
<?php namespace App\SupportedApps;
class Jdownloader implements Contracts\Applications {
public function defaultColour()
{
return '#2b494f';
}
public function icon()
{
return 'supportedapps/jdownloader.png';
}
}

View file

@ -22,6 +22,7 @@ You can use the app to link to any site or application, but Foundation apps will
**Foundation**
- Duplicati
- Emby
- Jdownloader
- Mcmyadmin
- NZBGet
- Nextcloud

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB