aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/airtable
diff options
context:
space:
mode:
authorLibravatar Cromefire_ <cromefire_@outlook.com>2021-02-02 21:47:42 +0100
committerLibravatar GitHub <noreply@github.com>2021-02-02 21:47:42 +0100
commit9261c12bd440043b0f305e135fc3362f79c8a834 (patch)
tree0a6b5d8437b767f980cb7887bdf7d5088cada238 /recipes/airtable
parentAdded recipe for productivity app Clockify (#431) (diff)
downloadferdium-recipes-9261c12bd440043b0f305e135fc3362f79c8a834.tar.gz
ferdium-recipes-9261c12bd440043b0f305e135fc3362f79c8a834.tar.zst
ferdium-recipes-9261c12bd440043b0f305e135fc3362f79c8a834.zip
Remove invalid file (#424)
Diffstat (limited to 'recipes/airtable')
-rw-r--r--recipes/airtable/webview.js18
1 files changed, 1 insertions, 17 deletions
diff --git a/recipes/airtable/webview.js b/recipes/airtable/webview.js
index ca8c83b..8b13789 100644
--- a/recipes/airtable/webview.js
+++ b/recipes/airtable/webview.js
@@ -1,17 +1 @@
1{
2 "id": "airtable",
3 "name": "Airtable",
4 "version": "1.0.1",
5 "description": "Airtable",
6 "main": "index.js",
7 "author": "Casey Sparks <caseyalexsparks@gmail.com>",
8 "license": "MIT",
9 "repository": "https://github.com/transnat/recipe-airtable",
10 "config": {
11 "serviceURL": "https://airtable.com",
12 "hasTeamId": false,
13 "hasCustomUrl": false,
14 "hasNotificationSound": false,
15 "hasIndirectMessages": false
16 }
17}