aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linear/package.json
diff options
context:
space:
mode:
authorLibravatar Calvin Young <calvinwyoung@gmail.com>2022-10-08 15:00:18 -0700
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-10-09 07:18:43 +0530
commit33d92b9c63c055e78e877052dc29ce0a7b4e4651 (patch)
tree7d55a3db393a422378e8cac24ff00204f335dcc6 /recipes/linear/package.json
parentAllow custom recipe to trapLinks and open them within Ferdium (diff)
downloadferdium-recipes-33d92b9c63c055e78e877052dc29ce0a7b4e4651.tar.gz
ferdium-recipes-33d92b9c63c055e78e877052dc29ce0a7b4e4651.tar.zst
ferdium-recipes-33d92b9c63c055e78e877052dc29ce0a7b4e4651.zip
Add new recipe for Linear
Diffstat (limited to 'recipes/linear/package.json')
-rw-r--r--recipes/linear/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/linear/package.json b/recipes/linear/package.json
new file mode 100644
index 0000000..da57697
--- /dev/null
+++ b/recipes/linear/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "linear",
3 "name": "Linear",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://linear.app"
8 }
9}