Skip to content

Commit 59be880

Browse files
authored
Add ntfy App (#744)
* Add ntfy App * Fix lint error
1 parent 5e5c110 commit 59be880

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

ntfy/app.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "794cdf1bdd53d6a98d77ceadd79f647354cd821b",
3+
"name": "ntfy",
4+
"website": "https://ntfy.sh/",
5+
"license": "Apache-2.0, GPL-2.0",
6+
"description": "ntfy (pronounced notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, and/or using a REST API. It's infinitely flexible, and 100% free software.",
7+
"enhanced": false,
8+
"tile_background": "light",
9+
"icon": "ntfy.svg"
10+
}

ntfy/ntfy.php

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

ntfy/ntfy.svg

+1
Loading

0 commit comments

Comments
 (0)