Skip to content

Commit 8e4911f

Browse files
patricksindelkamvdkleijn
authored andcommitted
Added SPFToolbox
1 parent c21bbd7 commit 8e4911f

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

SPFToolbox/SPFToolbox.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\SPFToolbox;
4+
5+
class SPFToolbox extends \App\SupportedApps
6+
{
7+
}

SPFToolbox/app.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "a0e4660cff5683237214967680366d2e938567c5",
3+
"name": "SPFToolbox",
4+
"website": "https://spftoolbox.com/",
5+
"license": "MIT License",
6+
"description": "SPFtoolbox is a Javascript and PHP app to look up DNS records such as SPF, MX, Whois, and more",
7+
"enhanced": false,
8+
"tile_background": "light",
9+
"icon": "spftoolbox.png"
10+
}

SPFToolbox/spftoolbox.png

5.98 KB
Loading

0 commit comments

Comments
 (0)