Browse Source

Merge pull request #151 from halorrr/patch-3

SupportedApp: Watcher3
pull/155/head
KodeStar 7 years ago
committed by GitHub
parent
commit
d1e473aafe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/Item.php
  2. 12
      app/SupportedApps/Watcher3.php
  3. 1
      readme.md
  4. BIN
      storage/app/public/supportedapps/watcher3.png

1
app/Item.php

@ -68,6 +68,7 @@ class Item extends Model
'UniFi' => \App\SupportedApps\Unifi::class,
'pfSense' => \App\SupportedApps\Pfsense::class,
'ruTorrent' => \App\SupportedApps\ruTorrent::class,
'Watcher3' => \App\SupportedApps\Watcher3::class,
'WebTools' => \App\SupportedApps\WebTools::class,
];
}

12
app/SupportedApps/Watcher3.php

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

1
readme.md

@ -68,6 +68,7 @@ You can use the app to link to any site or application, but Foundation apps will
- UniFI
- pfSense
- rTorrent/ruTorrent
- Watcher3
- WebTools
## Installing

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Loading…
Cancel
Save