aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/airtable/webview.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-01-25 12:53:15 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-01-25 12:53:15 +0100
commitbd38dd11b6d2ccd3ca1f1df18c9b60cdd0490c55 (patch)
tree2f95f509b271af72778c744f083c88b4e4de9361 /uncompressed/airtable/webview.js
parent#31 Add Zeplin (diff)
downloadferdium-recipes-bd38dd11b6d2ccd3ca1f1df18c9b60cdd0490c55.tar.gz
ferdium-recipes-bd38dd11b6d2ccd3ca1f1df18c9b60cdd0490c55.tar.zst
ferdium-recipes-bd38dd11b6d2ccd3ca1f1df18c9b60cdd0490c55.zip
#30 Add AirTable
Diffstat (limited to 'uncompressed/airtable/webview.js')
-rw-r--r--uncompressed/airtable/webview.js17
1 files changed, 17 insertions, 0 deletions
diff --git a/uncompressed/airtable/webview.js b/uncompressed/airtable/webview.js
new file mode 100644
index 0000000..ca8c83b
--- /dev/null
+++ b/uncompressed/airtable/webview.js
@@ -0,0 +1,17 @@
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}