Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added BrotherPrinter #703

Merged
merged 5 commits into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
list.json
dist
Vaultwarden/Thumbs.db
BrotherPrinter/Thumbs.db
7 changes: 7 additions & 0 deletions BrotherPrinter/BrotherPrinter.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\BrotherPrinter;

class BrotherPrinter extends \App\SupportedApps
{
}
10 changes: 10 additions & 0 deletions BrotherPrinter/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "4aad630e6c72b64c79df498803ba2247372bbba7",
"name": "Brother Printer",
"website": "https://www.brother-usa.com/home/printers-fax",
"license": "GNU General Public License v3.0 only",
mvdkleijn marked this conversation as resolved.
Show resolved Hide resolved
"description": "Brother offers a variety of printers, faxes and other office equipment. This links to the printer's web UI.",
"enhanced": false,
"tile_background": "dark",
"icon": "brotherprinter.png"
}
Binary file added BrotherPrinter/brotherprinter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.