Browse Source

Merge pull request #140 from halorrr/master

FoundationApp: Krusader closes #144
pull/153/head
KodeStar 7 years ago
committed by GitHub
parent
commit
90a9113971
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/Item.php
  2. 12
      app/SupportedApps/Krusader.php
  3. 1
      readme.md
  4. BIN
      storage/app/public/supportedapps/krusader.png

1
app/Item.php

@ -36,6 +36,7 @@ class Item extends Model
'Home Assistant' => \App\SupportedApps\HomeAssistant::class,
'Jackett' => \App\SupportedApps\Jackett::class,
'Jdownloader' => \App\SupportedApps\Jdownloader::class,
'Krusader' => \App\SupportedApps\Krusader::class,
'Lidarr' => \App\SupportedApps\Lidarr::class,
'Mcmyadmin' => \App\SupportedApps\Mcmyadmin::class,
'Medusa' => \App\SupportedApps\Medusa::class,

12
app/SupportedApps/Krusader.php

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

1
readme.md

@ -45,6 +45,7 @@ You can use the app to link to any site or application, but Foundation apps will
- Gitea
- Graylog
- Jdownloader
- Krusader
- Lidarr
- McMyAdmin
- Medusa

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Loading…
Cancel
Save