aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tiktok/package.json
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-07-05 00:00:33 +0100
committerLibravatar GitHub <noreply@github.com>2022-07-04 23:00:33 +0000
commit95c5fc18d6e9bef47268e6a932d88de9e8cca0d5 (patch)
tree6254558570f315072e9af33afc54e1d4f55c3adf /recipes/tiktok/package.json
parentFix outlook issue by changing the service URL (#104) (diff)
downloadferdium-recipes-95c5fc18d6e9bef47268e6a932d88de9e8cca0d5.tar.gz
ferdium-recipes-95c5fc18d6e9bef47268e6a932d88de9e8cca0d5.tar.zst
ferdium-recipes-95c5fc18d6e9bef47268e6a932d88de9e8cca0d5.zip
Add Tiktok recipe (#105)
Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to 'recipes/tiktok/package.json')
-rw-r--r--recipes/tiktok/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/tiktok/package.json b/recipes/tiktok/package.json
new file mode 100644
index 0000000..5d8e794
--- /dev/null
+++ b/recipes/tiktok/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "tiktok",
3 "name": "Tiktok",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://tiktok.com"
8 }
9}