Skip to content

Commit da03c0b

Browse files
patricksindelkamvdkleijn
authored andcommitted
Added Baserow
1 parent 267fb84 commit da03c0b

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

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

Baserow/app.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "c33213e627b43330f87293800148123fb34cc68e",
3+
"name": "Baserow",
4+
"website": "https://baserow.io/",
5+
"license": "MIT License",
6+
"description": "Baserow is an open source no-code database and Airtable alternative. Create your own database without technical experience. Our user friendly no-code tool gives you the powers of a developer without leaving your browser.",
7+
"enhanced": false,
8+
"tile_background": "light",
9+
"icon": "baserow.png"
10+
}

Baserow/baserow.png

1.8 KB
Loading

0 commit comments

Comments
 (0)