Merge pull request #192 from ullbergm/app-Headphones

Foundation App: Headphones
This commit is contained in:
KodeStar 2018-06-13 15:09:58 +01:00 committed by GitHub
commit 3f69ccab99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 0 deletions

View file

@ -38,6 +38,7 @@ class Item extends Model
'Glances' => \App\SupportedApps\Glances::class,
'Grafana' => \App\SupportedApps\Grafana::class,
'Graylog' => \App\SupportedApps\Graylog::class,
'Headphones' => \App\SupportedApps\Headphones::class,
'Home Assistant' => \App\SupportedApps\HomeAssistant::class,
'Jackett' => \App\SupportedApps\Jackett::class,
'Jdownloader' => \App\SupportedApps\Jdownloader::class,

View file

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

View file

@ -52,6 +52,7 @@ Supported applications are recognized by the title of the application as entered
- Gitea
- Grafana
- Graylog
- Headphones
- Jdownloader
- Krusader
- LibreNMS

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB