Skip to content

Commit

Permalink
Merge pull request #686 from bruxodasilva/uptimerobot-entry
Browse files Browse the repository at this point in the history
Add UptimeRobot app
  • Loading branch information
mvdkleijn committed Feb 2, 2024
2 parents 8693b04 + f3850be commit d3edecc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions UptimeRobot/UptimeRobot.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\UptimeRobot;

class UptimeRobot extends \App\SupportedApps
{
}
10 changes: 10 additions & 0 deletions UptimeRobot/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "1e4e09b335de7b6397119636469ea4478ee39286",
"name": "UptimeRobot",
"website": "https://uptimerobot.com/",
"license": "Commercial",
"description": "UptimeRobot is the most popular website monitoring service in the world. Currently we keep an eye on 4,500,000+ monitors for more than 800,000 users and companies.",
"enhanced": false,
"tile_background": "dark",
"icon": "uptimerobot.svg"
}
1 change: 1 addition & 0 deletions UptimeRobot/uptimerobot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d3edecc

Please sign in to comment.