Skip to content

Commit f65c675

Browse files
authored
Add FreshTomato (#783)
1 parent 3041a71 commit f65c675

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

FreshTomato/FreshTomato.php

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

FreshTomato/app.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "d1df19c8ce35dc448b460c9e9782a4d577b345ee",
3+
"name": "FreshTomato",
4+
"website": "https://freshtomato.org/",
5+
"license": "GNU General Public License v3.0 or later",
6+
"description": "FreshTomato is an open source firmware project based on Linux, for home and SOHO WiFi routers.",
7+
"enhanced": false,
8+
"tile_background": "light",
9+
"icon": "freshtomato.png"
10+
}

FreshTomato/freshtomato.png

18.7 KB
Loading

0 commit comments

Comments
 (0)