Skip to content

Commit

Permalink
Add Grist
Browse files Browse the repository at this point in the history
  • Loading branch information
listiges-kaenguru committed Mar 5, 2024
1 parent 26b44e4 commit 311de0e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Grist/Grist.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\Grist;

class Grist extends \App\SupportedApps
{
}
10 changes: 10 additions & 0 deletions Grist/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "2ccd756b4e63f692aad310aeee9b157b853608a0",
"name": "Grist",
"website": "https://www.getgrist.com/",
"license": "Apache License 2.0",
"description": "Grist is a modern relational spreadsheet. It combines the flexibility of a spreadsheet with the robustness of a database to organize your data and make you more productive.",
"enhanced": false,
"tile_background": "light",
"icon": "grist.png"
}
Binary file added Grist/grist.png
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 311de0e

Please sign in to comment.