aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/superhuman-email/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-06-29 13:27:15 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-06-29 13:28:24 +0530
commit5e56414aa64b339dfdd817a8e49e08c5179d3bdd (patch)
treed2d966b8cafc80aa1d45920ae9de8e41ea85f05a /recipes/superhuman-email/package.json
parentAdded new GH Actions workflow to welcome first time contributors. [skip ci] (diff)
downloadferdium-recipes-5e56414aa64b339dfdd817a8e49e08c5179d3bdd.tar.gz
ferdium-recipes-5e56414aa64b339dfdd817a8e49e08c5179d3bdd.tar.zst
ferdium-recipes-5e56414aa64b339dfdd817a8e49e08c5179d3bdd.zip
Adding new recipe: Superhuman (Fixes #573)
Diffstat (limited to 'recipes/superhuman-email/package.json')
-rw-r--r--recipes/superhuman-email/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/superhuman-email/package.json b/recipes/superhuman-email/package.json
new file mode 100644
index 0000000..8f0b2c5
--- /dev/null
+++ b/recipes/superhuman-email/package.json
@@ -0,0 +1,13 @@
1{
2 "id": "superhuman",
3 "name": "superhuman",
4 "version": "1.0.0",
5 "description": "View tool for Gmail",
6 "main": "index.js",
7 "author": "Crystal Larsh <crystal@tabletoppm.com>",
8 "license": "MIT",
9 "repository": "https://github.com/CrystalLarsh/franz-superhuman-recipe",
10 "config": {
11 "hasCustomUrl": true
12 }
13}