Skip to content

Commit 1ce2a33

Browse files
feat: added BrotherPrinter (#703)
* Added BrotherPrinter (can also be used for scanners) * fixed icon * Updated description * Correct description --------- Co-authored-by: Martijn van der Kleijn <[email protected]>
1 parent 3f35d04 commit 1ce2a33

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
list.json
33
dist
44
Vaultwarden/Thumbs.db
5+
BrotherPrinter/Thumbs.db

BrotherPrinter/BrotherPrinter.php

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\BrotherPrinter;
4+
5+
class BrotherPrinter extends \App\SupportedApps
6+
{
7+
}

BrotherPrinter/app.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "4aad630e6c72b64c79df498803ba2247372bbba7",
3+
"name": "Brother Printer",
4+
"website": "https://www.brother-usa.com/home/printers-fax",
5+
"license": "GNU General Public License v3.0 only",
6+
"description": "Brother offers a variety of printers, faxes and other office equipment. This links to the printer's web UI.",
7+
"enhanced": false,
8+
"tile_background": "dark",
9+
"icon": "brotherprinter.png"
10+
}

BrotherPrinter/brotherprinter.png

4.27 KB
Loading

0 commit comments

Comments
 (0)