Skip to content

Commit 427fa1a

Browse files
patricksindelkamvdkleijn
authored andcommitted
Added Webhook.site
1 parent 27f16b4 commit 427fa1a

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

Webhooksite/Webhooksite.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\Webhooksite;
4+
5+
class Webhooksite extends \App\SupportedApps
6+
{
7+
}

Webhooksite/app.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "e5faa1115b47858ba769c281e7ecd327fbb981ea",
3+
"name": "Webhook.site",
4+
"website": "https://webhook.site/",
5+
"license": "MIT License",
6+
"description": "Easily test HTTP webhooks with this handy tool that displays requests instantly.",
7+
"enhanced": false,
8+
"tile_background": "dark",
9+
"icon": "webhooksite.png"
10+
}

Webhooksite/webhooksite.png

21.7 KB
Loading

0 commit comments

Comments
 (0)