aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/threads/package.json
diff options
context:
space:
mode:
authorLibravatar Marek Knappe <marek.knappe@gmail.com>2023-12-23 04:59:03 +1000
committerLibravatar GitHub <noreply@github.com>2023-12-22 11:59:03 -0700
commitdf10736dc9da80e0b40006300ecdba70005a6804 (patch)
tree81527adccd127b32c74c60a8d868f05ccc84b977 /recipes/threads/package.json
parentfix: invalid volta versions in package.json (#481) (diff)
downloadferdium-recipes-df10736dc9da80e0b40006300ecdba70005a6804.tar.gz
ferdium-recipes-df10736dc9da80e0b40006300ecdba70005a6804.tar.zst
ferdium-recipes-df10736dc9da80e0b40006300ecdba70005a6804.zip
[feature] Added threads recipe (#484)
Co-authored-by: Marek Knappe <mknappe@perceptyx.com>
Diffstat (limited to 'recipes/threads/package.json')
-rw-r--r--recipes/threads/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/threads/package.json b/recipes/threads/package.json
new file mode 100644
index 0000000..9c8b6d1
--- /dev/null
+++ b/recipes/threads/package.json
@@ -0,0 +1,10 @@
1{
2 "id": "threads",
3 "name": "Threads",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://threads.net/",
8 "hasNotificationSound": true
9 }
10}