aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/trakt/package.json
diff options
context:
space:
mode:
authorLibravatar Florian Schaupp <florian@fschaupp.me>2022-07-03 15:22:10 +0000
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-07-04 06:57:49 +0530
commit54974e399ed7fbe1a93296fcdf8c288c99ec13c4 (patch)
tree8165a2ce285c9cd0b3a89d88941f16611cef637d /recipes/trakt/package.json
parentAdd user agent fix for ARM macs (Fix #31) (diff)
downloadferdium-recipes-54974e399ed7fbe1a93296fcdf8c288c99ec13c4.tar.gz
ferdium-recipes-54974e399ed7fbe1a93296fcdf8c288c99ec13c4.tar.zst
ferdium-recipes-54974e399ed7fbe1a93296fcdf8c288c99ec13c4.zip
add trakt.tv service
Diffstat (limited to 'recipes/trakt/package.json')
-rw-r--r--recipes/trakt/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/trakt/package.json b/recipes/trakt/package.json
new file mode 100644
index 0000000..d0dea18
--- /dev/null
+++ b/recipes/trakt/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "trakt",
3 "name": "Trakt",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://trakt.tv"
8 }
9}