Added Bitwarden to foundation apps.

This commit is contained in:
Andy Bottom 2018-10-12 14:59:19 -05:00
parent 48f72652da
commit f5937879df
4 changed files with 14 additions and 0 deletions

View file

@ -30,6 +30,7 @@ class Item extends Model
'Cardigann' => \App\SupportedApps\Cardigann::class,
'CouchPotato' => \App\SupportedApps\CouchPotato::class,
'Bazarr' => \App\SupportedApps\Bazarr::class,
'Bitwarden' => \App\SupportedApps\Bitwarden::class,
'Booksonic' => \App\SupportedApps\Booksonic::class,
'BookStack' => \App\SupportedApps\BookStack::class,
'Deluge' => \App\SupportedApps\Deluge::class,

View file

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

View file

@ -45,6 +45,7 @@ Supported applications are recognized by the title of the application as entered
**Foundation**
- AirSonic
- Bazarr
- Bitwarden
- Booksonic
- BookStack
- Cardigann

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB