Merge pull request #258 from ABOTlegacy/Bitwarden

Added Bitwarden to foundation apps.
This commit is contained in:
KodeStar 2018-10-16 19:01:10 +01:00 committed by GitHub
commit 2416993c5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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