Browse Source

Merge pull request #258 from ABOTlegacy/Bitwarden

Added Bitwarden to foundation apps.
pull/266/head
KodeStar 6 years ago
committed by GitHub
parent
commit
2416993c5e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/Item.php
  2. 12
      app/SupportedApps/Bitwarden.php
  3. 1
      readme.md
  4. BIN
      storage/app/public/supportedapps/bitwarden.png

1
app/Item.php

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

12
app/SupportedApps/Bitwarden.php

@ -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';
}
}

1
readme.md

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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Loading…
Cancel
Save